Add immich.conf

This commit is contained in:
2025-01-09 10:29:03 +08:00
parent 9f7f7a50b0
commit 99694e2a11
3 changed files with 45 additions and 2 deletions

View File

@@ -17,7 +17,15 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 1048576M;
client_max_body_size 100M;
client_body_buffer_size 100M;
fastcgi_read_timeout 600;
fastcgi_send_timeout 600;
fastcgi_connect_timeout 600;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 600;
add_header Strict-Transport-Security "max-age=63072000;";
}