added tailscale only nginx rule for nextcloud

This commit is contained in:
Nickiel12 2024-07-11 18:59:09 -07:00
parent 3e0ffca7c8
commit 44c6c38eef

View file

@ -56,6 +56,10 @@
"files.nickiel.net" = {
forceSSL = true;
enableACME = true;
locations."/".extraConfig = ''
allow 100.64.0.0/24;
deny all;
'';
};
"git.nickiel.net" = {