From 6ed84b1f747636c5645195a9fb96fb3984bc00f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Tue, 24 May 2016 22:37:39 +0200 Subject: [PATCH] [fix] Reload NGINX after app removal --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index 7223deb..da1dba5 100644 --- a/scripts/remove +++ b/scripts/remove @@ -11,3 +11,5 @@ mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localh sudo rm -rf /var/www/$app sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf sudo rm -f /etc/cron.d/$app + +sudo service nginx reload