Add Unprotected url
This commit is contained in:
parent
c0cf1c131c
commit
12a64f8f94
1 changed files with 4 additions and 1 deletions
|
|
@ -192,11 +192,14 @@ sudo sed -i "s@__APP__@$app@g" /etc/cron.d/$app
|
|||
# Restart crontab
|
||||
sudo systemctl restart cron
|
||||
|
||||
# Set app public
|
||||
# Unprotected url
|
||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||
|
||||
# Reload SSOwat configuration
|
||||
sudo yunohost app ssowatconf
|
||||
|
||||
# Reload SSOwat configuration
|
||||
sudo yunohost app ssowatconf
|
||||
|
||||
# Reload Nginx
|
||||
sudo systemctl reload nginx
|
||||
|
|
|
|||
Loading…
Reference in a new issue