mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
.
This commit is contained in:
parent
d78ad68253
commit
a43dbe1da3
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/movim.conf
|
||||||
sudo yunohost app setting movim skipped_uris -v "/"
|
sudo yunohost app setting movim skipped_uris -v "/"
|
||||||
if [ $public_site = "No" ];
|
if [ $public_site = "No" ];
|
||||||
then
|
then
|
||||||
sudo yunohost app setting movim protected_uris -v "/admin,/index.php"
|
sudo yunohost app setting movim protected_uris -v "/index.php,/?q=admin,/ws"
|
||||||
else
|
else
|
||||||
sudo yunohost app setting movim protected_uris -v "/admin,/index.php,?q=admin"
|
sudo yunohost app setting movim protected_uris -v "/?q=admin"
|
||||||
fi
|
fi
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue