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:
parent
11cd9604cf
commit
23f3c3539e
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
upload_max_filesize=10G
|
||||
post_max_size=10G
|
Loading…
Add table
Reference in a new issue