mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Ajout dans remove la suppression de php5-fpm
This commit is contained in:
parent
99e16ec888
commit
042e31bc0c
1 changed files with 5 additions and 1 deletions
|
@ -8,3 +8,7 @@ domain=$(sudo yunohost app setting spip domain)
|
||||||
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
||||||
sudo rm -rf /var/www/spip
|
sudo rm -rf /var/www/spip
|
||||||
sudo rm -f /etc/nginx/conf.d/$domain.d/spip.conf
|
sudo rm -f /etc/nginx/conf.d/$domain.d/spip.conf
|
||||||
|
sudo rm -f /etc/php5/fpm/pool.d/spip.conf
|
||||||
|
|
||||||
|
sudo service php5-fpm restart
|
||||||
|
sudo service nginx reload
|
Loading…
Reference in a new issue