mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the occasional long-running page.
This commit is contained in:
parent
4994dc3fe9
commit
3fafb89b1a
@ -1344,6 +1344,7 @@ EOD;
|
||||
fastcgi_pass unix:{$g['varrun_path']}/php-fpm.socket;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name;
|
||||
fastcgi_read_timeout 180;
|
||||
include /usr/local/etc/nginx/fastcgi_params;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user