[fix] Use reload instead of restart.

This commit is contained in:
opi 2014-11-04 12:01:39 +01:00
parent abdb2bb050
commit d53ecb73dc
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ domain=$(sudo yunohost app setting $app domain)
sudo cp -a $backup_dir/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
# Restart webserver
sudo service nginx restart
sudo service nginx reload