This commit is contained in:
2025-09-24 15:36:50 +03:00
parent 93844ac7a4
commit a3e5d52a21
2 changed files with 34 additions and 34 deletions
+13 -13
View File
@@ -28,19 +28,19 @@ in
client_max_body_size 5G;
'';
};
# "office.zeroq.ru" = {
# enableACME = true;
# forceSSL = true;
# kTLS = true;
# locations."/" = {
# proxyPass = "http://${server}:8080";
# proxyWebsockets = true;
# };
# extraConfig = ''
# client_max_body_size 5G;
# absolute_redirect off;
# '';
# };
"office.zeroq.ru" = {
enableACME = true;
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:8000";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
absolute_redirect off;
'';
};
"immich.zeroq.ru" = {
forceSSL = true;
enableACME = true;