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

[fix] Remove php5-fpm pool at application removal

This commit is contained in:
kload 2015-08-22 11:56:44 +02:00
parent 2899cd7fee
commit d769d6292e

View file

@ -8,6 +8,7 @@ sudo yunohost service remove pure-ftpd-ldap
sudo rm -rf /var/www/my_webapp
sudo rm -f /etc/nginx/conf.d/$domain.d/my_webapp.conf
sudo rm -f /etc/php5/fpm/pool.d/my_webapp.conf
sudo service nginx reload
sudo yunohost app ssowatconf