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

RELOAD NGINX

This commit is contained in:
yalh76 2019-04-13 17:41:57 +02:00
parent 2312696340
commit f7a1ab40c1

View file

@ -49,7 +49,12 @@ sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf
sed -i "s@PORTTOCHANGE@$GUIPORT@g" ../conf/nginx.conf
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/syncthing.conf
# And reload
#=================================================
# RELOAD NGINX
#=================================================
ynh_print_info "Reloading nginx web server..."
sudo service nginx reload
sudo yunohost app ssowatconf