mirror of
https://github.com/YunoHost-Apps/pytition_ynh.git
synced 2024-09-03 20:16:08 +02:00
[fix] Use reload instead of restart.
This commit is contained in:
parent
abdb2bb050
commit
d53ecb73dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
sudo cp -a $backup_dir/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
||||||
|
|
||||||
# Restart webserver
|
# Restart webserver
|
||||||
sudo service nginx restart
|
sudo service nginx reload
|
Loading…
Reference in a new issue