From 2f54c3f32bcb1245cd05b24e4965c2d70d18ee18 Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 1 Mar 2019 12:16:59 +0100 Subject: [PATCH] Acces to "adminstuds.php" when app is in public --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0dee5b2..66a55ed 100644 --- a/scripts/install +++ b/scripts/install @@ -183,7 +183,7 @@ if [ $is_public -eq 0 ]; then ynh_app_setting_set "$app" protected_uris "/" else - ynh_app_setting_set "$app" protected_uris "/admin" + ynh_app_setting_set "$app" protected_regex "/admin/" ynh_replace_string " include conf.d/" " #include conf.d/" "$finalnginxconf" ynh_store_file_checksum "$finalnginxconf"