Skip to content

Commit

Permalink
Remove ini file for php
Browse files Browse the repository at this point in the history
  • Loading branch information
maniackcrudelis committed Oct 1, 2018
1 parent c073192 commit a4f0ec0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions conf/php-fpm.conf
Expand Up @@ -390,3 +390,7 @@ 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] = 30M
php_admin_value[memory_limit] = 30M
php_admin_value[post_max_size] = 30M
4 changes: 0 additions & 4 deletions conf/php-fpm.ini

This file was deleted.

1 change: 0 additions & 1 deletion scripts/backup
Expand Up @@ -52,7 +52,6 @@ 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"

#=================================================
# BACKUP OF THE SQL BDD
Expand Down
1 change: 0 additions & 1 deletion scripts/restore
Expand Up @@ -84,7 +84,6 @@ chown root: $final_path/wp-config.php
#=================================================

ynh_restore_file "/etc/php5/fpm/pool.d/$app.conf"
ynh_restore_file "/etc/php5/fpm/conf.d/20-$app.ini"

#=================================================
# RESTORE FAIL2BAN CONFIGURATION
Expand Down

0 comments on commit a4f0ec0

Please sign in to comment.