mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set request_terminate_timeout to the same as max_execution_time in case something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.
This commit is contained in:
parent
785cef80f3
commit
062a5434df
@ -191,6 +191,7 @@ expose_php = Off
|
||||
implicit_flush = true
|
||||
magic_quotes_gpc = Off
|
||||
max_execution_time = 900
|
||||
request_terminate_timeout = 900
|
||||
max_input_time = 1800
|
||||
max_input_vars = 5000
|
||||
register_argc_argv = On
|
||||
|
||||
Loading…
Reference in New Issue
Block a user