|
@@ -94,7 +94,8 @@
|
|
include /etc/nginx/fastcgi_params;
|
|
include /etc/nginx/fastcgi_params;
|
|
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_read_timeout 1200;
|
|
|
|
|
|
+ fastcgi_read_timeout 3600;
|
|
|
|
+ fastcgi_send_timeout 3600;
|
|
}
|
|
}
|
|
|
|
|
|
location /rspamd/ {
|
|
location /rspamd/ {
|