1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update upgrade

This commit is contained in:
Mickael-Martin 2019-02-05 13:21:58 +01:00
parent 6010120f83
commit 24bce62673

View file

@ -225,6 +225,8 @@ then
then then
# unprotected_uris allows SSO credentials to be passed anyway. # unprotected_uris allows SSO credentials to be passed anyway.
ynh_app_setting_set $app unprotected_uris "/" ynh_app_setting_set $app unprotected_uris "/"
else
ynh_app_setting_set $app unprotected_uris ""
fi fi
systemctl reload nginx systemctl reload nginx