1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
src386 2015-08-03 16:19:25 +02:00
parent d78ad68253
commit a43dbe1da3

View file

@ -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 "/"
if [ $public_site = "No" ];
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
sudo yunohost app setting movim protected_uris -v "/admin,/index.php,?q=admin"
sudo yunohost app setting movim protected_uris -v "/?q=admin"
fi
sudo yunohost app ssowatconf