1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

[fix] Reload nginx after app removal

This commit is contained in:
opi 2016-11-21 16:00:31 +01:00 committed by GitHub
parent d037776267
commit 4bd9a68d42

View file

@ -16,3 +16,5 @@ domain=$(sudo yunohost app setting $app domain)
sudo rm -rf /var/www/$app sudo rm -rf /var/www/$app
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
sudo service nginx reload