1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/BicBucStriim_ynh.git synced 2024-09-03 18:15:53 +02:00
This commit is contained in:
Luc Didry 2017-05-05 12:27:01 +02:00
parent ee9d1ded70
commit 656ddfa6a3

View file

@ -86,6 +86,8 @@ sudo cp $nginx_conf /etc/nginx/conf.d/$domain.d/$app.conf
if [[ $is_public -eq 1 ]]; then
# unprotected_uris allows SSO credentials to be passed anyway.
ynh_app_setting_set "$app" unprotected_uris "/"
else
ynh_app_setting_set "$app" skipped_uris "/img/,/js/,/style/"
fi
# Reload services