Skip to content
Snippets Groups Projects
Commit dac91361 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/alphabet#7 PHP config for project alphabet.com

parent 870b7531
Branches
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ max_execution_time = {{ php_max_execution_time }}
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time = 60
max_input_time = {{ php_max_input_time }}
; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
......
......@@ -37,6 +37,7 @@ php_admin_value[html_errors] = {{ php_html_errors }}
php_admin_value[log_errors] = {{ php_log_errors }}
php_admin_value[magic_quotes_gpc] = {{ php_magic_quotes_gpc }}
php_admin_value[max_execution_time] = {{ php_max_execution_time }}
php_admin_value[max_input_time] = {{ php_max_input_time }}
php_admin_value[max_input_vars] = {{ php_max_input_vars }}
php_admin_value[needs_oci8] = {{ php_needs_oci8 }}
php_admin_value[register_globals] = {{ php_register_globals }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment