[fix] php settings do not leak

This commit is contained in:
Julien Malik 2014-10-06 21:56:00 +02:00
parent b7be77ece7
commit e49ab76871
2 changed files with 4 additions and 3 deletions

View file

@ -237,3 +237,7 @@ catch_workers_output = yes
;php_admin_value[error_log] = /var/log/fpm-php.www.log ;php_admin_value[error_log] = /var/log/fpm-php.www.log
;php_admin_flag[log_errors] = on ;php_admin_flag[log_errors] = on
;php_admin_value[memory_limit] = 32M ;php_admin_value[memory_limit] = 32M
php_value[output_buffering] = off
php_value[upload_max_filesize] = 10G
php_value[post_max_size] = 10G

View file

@ -1,3 +0,0 @@
upload_max_filesize=10G
post_max_size=10G
output_buffering=off