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

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

parent 5b7e44bb
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ php_log_errors: 'On' ...@@ -35,6 +35,7 @@ php_log_errors: 'On'
php_magic_quotes_gpc: 'On' php_magic_quotes_gpc: 'On'
php_max_execution_time: '30' php_max_execution_time: '30'
php_max_file_uploads: '20' php_max_file_uploads: '20'
php_max_input_time: '60'
php_max_input_vars: '1000' php_max_input_vars: '1000'
php_memory_limit: '32M' php_memory_limit: '32M'
php_needs_oci8: false php_needs_oci8: false
......
...@@ -412,7 +412,7 @@ max_execution_time = {{ php_max_execution_time }} ...@@ -412,7 +412,7 @@ max_execution_time = {{ php_max_execution_time }}
; Development Value: 60 (60 seconds) ; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds) ; Production Value: 60 (60 seconds)
; http://php.net/max-input-time ; http://php.net/max-input-time
max_input_time = 60 max_input_time = {{ php_max_input_time }}
; Maximum input variable nesting level ; Maximum input variable nesting level
; http://php.net/max-input-nesting-level ; http://php.net/max-input-nesting-level
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment