mirror of
https://github.com/YunoHost-Apps/BicBucStriim_ynh.git
synced 2024-09-03 18:15:53 +02:00
Fix #4
This commit is contained in:
parent
ee9d1ded70
commit
656ddfa6a3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue