systemd-mounts...

lix frozen-removed, rovr frozen-removed
This commit is contained in:
2026-04-10 11:37:38 +03:00
parent fb1637c44e
commit f5c6d40c89
11 changed files with 43 additions and 49 deletions
+13 -13
View File
@@ -136,23 +136,23 @@ in
proxyWebsockets = true;
};
};
extraConfig = ''
client_max_body_size 5G;
# extraConfig = ''
# client_max_body_size 5G;
proxy_http_version 1.1;
proxy_buffering off;
# proxy_http_version 1.1;
# proxy_buffering off;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header Host $host;
# proxy_set_header X-Forwarded-Host $host;
# proxy_set_header X-Forwarded-Proto $scheme;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Authorization $http_authorization;
# proxy_set_header Authorization $http_authorization;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
''; # absolute_redirect off;
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "upgrade";
# ''; # absolute_redirect off;
};
"immich.zeroq.su" = {
forceSSL = true;