1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Acces to "adminstuds.php" when app is in public

This commit is contained in:
Kayou 2019-03-01 12:16:59 +01:00 committed by GitHub
parent c45b887290
commit 2f54c3f32b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,7 @@ if [ $is_public -eq 0 ];
then then
ynh_app_setting_set "$app" protected_uris "/" ynh_app_setting_set "$app" protected_uris "/"
else 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_replace_string " include conf.d/" " #include conf.d/" "$finalnginxconf"
ynh_store_file_checksum "$finalnginxconf" ynh_store_file_checksum "$finalnginxconf"