mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
increase fpm timeout
This commit is contained in:
parent
28d0d666b4
commit
570605fee0
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ http {
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
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 600;
|
fastcgi_read_timeout 3600;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.(?:css|js|mjs|svg|gif|png|jpg|ico|wasm|tflite|map)$ {
|
location ~ \.(?:css|js|mjs|svg|gif|png|jpg|ico|wasm|tflite|map)$ {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue