This commit is contained in:
2025-10-06 22:19:17 +03:00
parent 13ae65c3dc
commit c00eb7e6cd
2 changed files with 30 additions and 32 deletions
+2 -1
View File
@@ -57,11 +57,12 @@ in
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:9980";
proxyPass = "http://${server}:8000";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
absolute_redirect off;
''; # absolute_redirect off;
};
"immich.zeroq.ru" = {