From 81d4aaf1f4fdc67b3f9a940afc8864ada96af673 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Sat, 29 Aug 2015 14:46:55 +0200 Subject: [PATCH] Tried something with url protection --- scripts/install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 5d9c4f8..f3b3361 100644 --- a/scripts/install +++ b/scripts/install @@ -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