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:
parent
7285bd235c
commit
990cf764d2
4 changed files with 11 additions and 12 deletions
|
@ -249,3 +249,14 @@ catch_workers_output = yes
|
||||||
;php_value[memory_limit] = 256M
|
;php_value[memory_limit] = 256M
|
||||||
;php_value[short_open_tag] = On
|
;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
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
|
@ -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/pool.d/$app.conf"
|
||||||
ynh_backup "/etc/php/7.1/fpm/conf.d/20-$app.ini"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP THE CRON FILE
|
# BACKUP THE CRON 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/pool.d/$app.conf"
|
||||||
ynh_restore_file "/etc/php/7.1/fpm/conf.d/20-$app.ini"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE THE CRON FILE
|
# RESTORE THE CRON FILE
|
||||||
|
|
Loading…
Reference in a new issue