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:
parent
2899cd7fee
commit
d769d6292e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue