This commit is contained in:
2025-09-24 16:44:56 +03:00
parent 498207d986
commit 13b0d96d20
3 changed files with 24 additions and 23 deletions
+2 -1
View File
@@ -33,11 +33,12 @@ in
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:8001";
proxyPass = "http://${server}:8000";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
absolute_redirect off;
'';
};
"immich.zeroq.ru" = {