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

Remove ini file for php

This commit is contained in:
Maniack Crudelis 2018-10-02 00:39:12 +02:00
parent 0a6fc38a91
commit 5c427ee5dd
4 changed files with 3 additions and 5 deletions

View file

@ -373,3 +373,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_admin_value[upload_max_filesize] = 10G
php_admin_value[post_max_size] = 10G

View file

@ -1,3 +0,0 @@
upload_max_filesize=10G
post_max_size=10G
; max_execution_time=60

View file

@ -55,4 +55,3 @@ ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
ynh_backup "/etc/php5/fpm/pool.d/$app.conf"
ynh_backup "/etc/php5/fpm/conf.d/20-$app.ini"

View file

@ -65,7 +65,6 @@ ynh_system_user_create $app
#=================================================
ynh_restore_file "/etc/php5/fpm/pool.d/$app.conf"
ynh_restore_file "/etc/php5/fpm/conf.d/20-$app.ini"
#=================================================
# SPECIFIC RESTORE