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

ansible-inventories/arocom#145 Allow more PHP settings in FPM pool config

parent 314e8cd9
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ php_html_errors: 'Off'
php_log_errors: 'On'
php_magic_quotes_gpc: 'On'
php_max_execution_time: '30'
php_max_file_uploads: '20'
php_max_input_vars: '1000'
php_memory_limit: '32M'
php_needs_oci8: false
......
......@@ -833,7 +833,7 @@ upload_tmp_dir = {{ jailroot }}/{{ item.jail.name }}/tmp
upload_max_filesize = {{ php_upload_max_filesize }}
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
max_file_uploads = {{ php_max_file_uploads }}
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
......
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