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_param PATH_INFO $fastcgi_path_info;
|
||||||
fastcgi_pass php-handler;
|
fastcgi_pass php-handler;
|
||||||
fastcgi_read_timeout 3600;
|
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)$ {
|
location ~ \.(?:css|js|mjs|svg|gif|png|jpg|ico|wasm|tflite|map)$ {
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,9 @@ in
|
||||||
|
|
||||||
memory_limit=512M
|
memory_limit=512M
|
||||||
|
|
||||||
|
post_max_size 10G
|
||||||
|
upload_max_filesize 10G
|
||||||
|
|
||||||
apc.enable_cli=1
|
apc.enable_cli=1
|
||||||
opcache.enable_cli=1
|
opcache.enable_cli=1
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue