mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[fix] #89: Remove /modules path from allowed path to visitors
since it brokes the access BMA since YnH v3.7 permission system
This commit is contained in:
parent
843e745ad3
commit
b674b9a4da
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ CONFIG_SSOWAT () {
|
|||
ynh_app_setting_set "$app" protected_uris "/webui","/webmin"
|
||||
|
||||
# Duniter is public app, with only some parts restricted in nginx.conf
|
||||
ynh_app_setting_set "$app" unprotected_uris "/","/modules"
|
||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||
|
||||
# Set URL redirection from root to webadmin
|
||||
ynh_app_setting_set "$app" redirected_urls "{'$domain/':'$domain/webui'}"
|
||||
|
|
Loading…
Reference in a new issue