mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Set login to consult admin page
This commit is contained in:
parent
3c91d0d739
commit
2b366fffb6
1 changed files with 2 additions and 2 deletions
|
@ -64,6 +64,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/opensondage.conf
|
|||
# Reload Nginx and regenerate SSOwat conf
|
||||
sudo service nginx reload
|
||||
sudo yunohost app setting opensondage skipped_uris -v "/"
|
||||
sudo yunohost app setting opensondage protected_uris -v "/admin"
|
||||
sudo yunohost app ssowatconf
|
||||
|
||||
# Db installation
|
||||
|
@ -88,5 +89,4 @@ sudo apt-get install php-fpdf
|
|||
sudo yunohost app addaccess opensondage -u $admin
|
||||
sudo cp ../conf/nginx.conf-public /etc/nginx/conf.d/$domain.d/opensondage.conf
|
||||
sudo service nginx reload
|
||||
echo "define('FORCE_SSL_ADMIN', true);" | sudo tee -a $final_path/variables.php
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
Loading…
Add table
Reference in a new issue