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:
parent
32eaad7ccd
commit
1295f0d0dd
2 changed files with 6 additions and 0 deletions
|
|
@ -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)$ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue