mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
longer nginx timeout
This commit is contained in:
parent
0985b4adce
commit
d67ad60339
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
## Optional: set long EXPIRES header on static assets
|
## Optional: set long EXPIRES header on static assets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue