From 656ddfa6a33377e039ad2156a3ddd0c6e23d0158 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Fri, 5 May 2017 12:27:01 +0200 Subject: [PATCH] Fix #4 --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index d5007d8..5b828d3 100644 --- a/scripts/install +++ b/scripts/install @@ -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