1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Remove ini file for php

This commit is contained in:
anmol26s 2018-10-03 19:00:04 +05:30
parent 7285bd235c
commit 990cf764d2
4 changed files with 11 additions and 12 deletions

View file

@ -249,3 +249,14 @@ catch_workers_output = yes
;php_value[memory_limit] = 256M
;php_value[short_open_tag] = On
# Common values to change to increase file upload limit
; upload_max_filesize = 50M
; post_max_size = 50M
; mail.add_x_header = Off
# Other common parameters
; max_execution_time = 600
; max_input_time = 300
; memory_limit = 256M
; short_open_tag = On

View file

@ -1,10 +0,0 @@
# Common values to change to increase file upload limit
; upload_max_filesize = 50M
; post_max_size = 50M
; mail.add_x_header = Off
# Other common parameters
; max_execution_time = 600
; max_input_time = 300
; memory_limit = 256M
; short_open_tag = On

View file

@ -57,7 +57,6 @@ ynh_mysql_dump_db "$db_name" > db.sql
#=================================================
ynh_backup "/etc/php/7.1/fpm/pool.d/$app.conf"
ynh_backup "/etc/php/7.1/fpm/conf.d/20-$app.ini"
#=================================================
# BACKUP THE CRON FILE

View file

@ -99,7 +99,6 @@ chown -R $app: $final_path
#=================================================
ynh_restore_file "/etc/php/7.1/fpm/pool.d/$app.conf"
ynh_restore_file "/etc/php/7.1/fpm/conf.d/20-$app.ini"
#=================================================
# RESTORE THE CRON FILE