mirror of
https://github.com/YunoHost-Apps/framagames_ynh.git
synced 2024-09-03 18:36:28 +02:00
Passage à unprotected_url
This commit is contained in:
parent
6ba4c05f9d
commit
7b4f0638ca
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$sitename.conf
|
|||
#sudo yunohost app setting $app is_public -v "$is_public"
|
||||
if [ $is_public = "Yes" ];
|
||||
then
|
||||
sudo yunohost app setting $app skipped_uris -v "/"
|
||||
sudo yunohost app setting $app unprotected_urls -v "/"
|
||||
#else
|
||||
# sudo yunohost app setting $app protected_uris -v "/"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue