Skip to content

Commit

Permalink
Updated post_max_size, always_populate_raw_post_data and max_input_vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivomarino committed Feb 7, 2017
1 parent 930744b commit aa094f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playbooks/roles/web/templates/etc/php/5.6/apache2/php.ini.j2
Expand Up @@ -34,19 +34,21 @@ variables_order = "GPCS"
request_order = "GP"
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
doc_root =
user_dir =
enable_dl = Off
file_uploads = On
post_max_size = 20M
upload_max_filesize = 20M
max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
always_populate_raw_post_data = -1
max_input_vars = 1500
error_log = /var/log/apache2/php_error.log

{% if conf_php_apache2_php is defined %}
Expand Down

0 comments on commit aa094f7

Please sign in to comment.