mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
added tailscale only nginx rule for nextcloud
This commit is contained in:
parent
3e0ffca7c8
commit
44c6c38eef
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
||||||
"files.nickiel.net" = {
|
"files.nickiel.net" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
locations."/".extraConfig = ''
|
||||||
|
allow 100.64.0.0/24;
|
||||||
|
deny all;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
"git.nickiel.net" = {
|
"git.nickiel.net" = {
|
||||||
|
|
Loading…
Reference in a new issue