1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

[fix] adding ssowat protection for admin panel

This commit is contained in:
matlink 2014-11-23 19:42:28 +01:00
parent c82c2b917c
commit d5c0a749e7

View file

@ -90,6 +90,9 @@ fi
#adding admin to the allowed users
sudo yunohost app addaccess $app -u $admin
#allow only allowed users to access admin panel
sudo yunohost app setting pluxml protected_uris -v "/core/admin/"
# Restart services
sudo service nginx reload
sudo yunohost app ssowatconf