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:
parent
0581deaa55
commit
81d4aaf1f4
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue