1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

disable request buffering in image

This commit is contained in:
Robin Appelman 2025-07-29 17:08:29 +02:00
commit 1295f0d0dd
2 changed files with 6 additions and 0 deletions

View file

@ -80,6 +80,9 @@ http {
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_pass php-handler;
fastcgi_read_timeout 3600;
proxy_request_buffering off;
fastcgi_request_buffering off;
fastcgi_buffering off;
}
location ~ \.(?:css|js|mjs|svg|gif|png|jpg|ico|wasm|tflite|map)$ {

View file

@ -47,6 +47,9 @@ in
memory_limit=512M
post_max_size 10G
upload_max_filesize 10G
apc.enable_cli=1
opcache.enable_cli=1
'';