maintenance improvements

This commit is contained in:
Stefan Hardegger
2025-09-26 21:41:33 +02:00
parent 74cdd5dc57
commit 5325169495
10 changed files with 377 additions and 65 deletions

View File

@@ -13,7 +13,7 @@ http {
server {
listen 80;
client_max_body_size 256M;
client_max_body_size 600M;
# Frontend routes
location / {
@@ -55,6 +55,10 @@ http {
proxy_connect_timeout 900s;
proxy_send_timeout 900s;
proxy_read_timeout 900s;
# Large upload settings
client_max_body_size 600M;
proxy_request_buffering off;
proxy_max_temp_file_size 0;
}
# Static image serving