1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Update install

This commit is contained in:
abeudin 2014-12-19 13:30:24 +01:00
parent f15871eb70
commit a21413a4f2

View file

@ -40,7 +40,7 @@ sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/z-push.conf
# Enable api for client
sudo yunohost app setting z-push skipped_urls -v "/"
sudo yunohost app setting z-push skipped_uris -v "/"
# Reload Nginx and regenerate SSOwat conf
sudo service nginx reload