mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
update
This commit is contained in:
parent
43462e9782
commit
1b2760b4ef
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ then
|
|||
domainluaregex=$(echo "$domain" | sed -e 's/[]().%+*?[^$[]/\%&/g' | sed -e 's/\-/\%&/g')
|
||||
pathluaregex=$(echo "$path" | sed -e 's/[]().%+*?[^$[]/\%&/g' | sed -e 's/\-/\%&/g')
|
||||
# redirect to SSOwat login in
|
||||
ynh_app_setting_delete "$app" unprotected_uris
|
||||
#ynh_app_setting_delete "$app" unprotected_uris
|
||||
ynh_app_setting_set "$app" unprotected_regex \
|
||||
"${domainluaregex}${pathluaregex}/index.php%?f=.+$", \
|
||||
"${domainluaregex}${pathluaregex}/index.php%?zipfolder=.+$", \
|
||||
|
|
Loading…
Reference in a new issue