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

Tried something with url protection

This commit is contained in:
Steven Roose 2015-08-29 14:46:55 +02:00
parent 0581deaa55
commit 81d4aaf1f4

View file

@ -72,10 +72,7 @@ curl -kL -X POST https://$domain$path/admin/install.php --data "install=dummy" >
# Activate auth plugin
mysql -u $db_user -p$db_pwd $db_user < ../conf/activate_plugins.sql
#sudo yunohost app setting yourls skipped_uris -d
#sudo yunohost app setting yourls unprotected_uris -v "/admin"
sudo yunohost app setting yourls protected_uris -v "/admin"
sudo service nginx reload
sudo yunohost app ssowatconf