mirror of
https://github.com/YunoHost-Apps/zerobin_ynh.git
synced 2024-09-03 18:06:01 +02:00
[fix] incorrect merge
This commit is contained in:
parent
a48cd99113
commit
d87789ffa5
1 changed files with 0 additions and 8 deletions
|
@ -41,18 +41,10 @@ ynh_nginx_config
|
|||
# Create the php-fpm pool config
|
||||
ynh_fpm_config
|
||||
|
||||
<<<<<<< HEAD
|
||||
# If app is public, add url to SSOWat conf as skipped_uris
|
||||
if [[ $is_public -eq 1 ]]; then
|
||||
# unprotected_uris allows SSO credentials to be passed anyway.
|
||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||
=======
|
||||
# Set ssowat config
|
||||
ynh_app_setting_set $app is_public "$is_public"
|
||||
if [ "$is_public" = "Yes" ];
|
||||
then
|
||||
ynh_app_setting_set $app unprotected_uris "/"
|
||||
>>>>>>> ed68227b97ca7aa0f4e0d0f9450df936e867585f
|
||||
fi
|
||||
|
||||
sudo systemctl reload nginx
|
||||
|
|
Loading…
Reference in a new issue