mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Adds skip sso setting
This commit is contained in:
parent
aab8120a6a
commit
714d7808a7
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ sudo chown -R www-data: $final_path
|
|||
sudo service nginx reload
|
||||
if [ "$is_public" = "Yes" ];
|
||||
then
|
||||
ynh_app_setting_set "$app" skipped_uris "/"
|
||||
ynh_app_setting_set $app skipped_regex "$domain$path/.*"
|
||||
fi
|
||||
|
||||
sudo systemctl start Rocketchat.service
|
||||
|
|
Loading…
Reference in a new issue