1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00
This commit is contained in:
Yalh 2019-01-27 06:03:37 +01:00
parent a34b2a3c47
commit deb6eb6c87

View file

@ -367,8 +367,8 @@ ynh_use_logrotate
if [ $is_public -eq 1 ] if [ $is_public -eq 1 ]
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 "/"
ynh_app_setting_set $app unprotected_uris $path_url_autodiscover1 ynh_app_setting_set $app skipped_uris "$path_url_autodiscover1,$path_url_autodiscover2,$path_url_autodiscover1"
fi fi
#================================================= #=================================================