This commit is contained in:
2025-09-24 16:18:56 +03:00
parent b163f27e96
commit 37ddd0ab6f
2 changed files with 20 additions and 21 deletions
+20 -20
View File
@@ -41,26 +41,26 @@
# } # }
# ]; # ];
# }; # };
# "onlyoffice.local" = { "onlyoffice.local" = {
# forceSSL = false; forceSSL = false;
# enableACME = false; enableACME = false;
# listen = [ listen = [
# { {
# addr = "100.64.0.0"; addr = "100.64.0.0";
# port = 8080; port = 8000;
# } }
# { {
# addr = "192.168.1.20"; addr = "192.168.1.20";
# port = 8080; port = 8000;
# } }
# ]; ];
# extraConfig = '' extraConfig = ''
# # Force nginx to return relative redirects. This lets the browser # Force nginx to return relative redirects. This lets the browser
# # figure out the full URL. This ends up working better because it's in # figure out the full URL. This ends up working better because it's in
# # front of the reverse proxy and has the right protocol, hostname & port. # front of the reverse proxy and has the right protocol, hostname & port.
# absolute_redirect off; absolute_redirect off;
# ''; '';
# }; };
# "localhost:9980" = { # "localhost:9980" = {
# forceSSL = false; # forceSSL = false;
# enableACME = false; # enableACME = false;
-1
View File
@@ -38,7 +38,6 @@ in
}; };
extraConfig = '' extraConfig = ''
client_max_body_size 5G; client_max_body_size 5G;
absolute_redirect off;
''; '';
}; };
"immich.zeroq.ru" = { "immich.zeroq.ru" = {