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

[fix] Use reload instead of restart.

This commit is contained in:
opi 2014-11-04 12:34:53 +01:00
parent 4d43a4d4c6
commit ea75f86695

View file

@ -11,4 +11,4 @@ sudo cp -a $backup_dir/yunohost/. /etc/yunohost/apps/dokuwiki
domain=$(sudo yunohost app setting dokuwiki domain)
sudo cp -a $backup_dir/nginx.conf /etc/nginx/conf.d/$domain.d/dokuwiki.conf
sudo service nginx restart
sudo service nginx reload