1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jirafeau_ynh.git synced 2024-09-03 19:35:53 +02:00

[enh] php settings do not leak

This commit is contained in:
Julien Malik 2014-10-06 21:30:44 +02:00
parent 11cd9604cf
commit 23f3c3539e
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -1,2 +0,0 @@
upload_max_filesize=10G
post_max_size=10G