mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Update install
This commit is contained in:
parent
ad844bf674
commit
9ebe892814
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ if [ "$is_public" = "No" ];
|
||||||
then
|
then
|
||||||
# redirect to SSOwat login in
|
# redirect to SSOwat login in
|
||||||
sudo yunohost app setting $app unprotected_uris -d
|
sudo yunohost app setting $app unprotected_uris -d
|
||||||
sudo yunohost app setting $app unprotected_regex -v "$domain$path/index.php%?f=.*$","$domain$path/index.php%?zipfolder=.*$"
|
sudo yunohost app setting $app unprotected_regex -v "$domain$path/index.php%?f=.*$","$domain$path/index.php%?zipfolder=.*$","$domain$path/core/js/.*$","$domain$path/templates/.*$"
|
||||||
else
|
else
|
||||||
sudo yunohost app setting $app unprotected_uris -v "/"
|
sudo yunohost app setting $app unprotected_uris -v "/"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue