1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

readd a removed fix

This commit is contained in:
Kayou 2024-08-13 09:46:29 +02:00 committed by GitHub
parent 1791f94f10
commit ff2fd9a967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,9 @@ fi
#=================================================
ynh_script_progression --message="Reloading NGINX web server..."
# Temporary fix for the API permission (workaround for https://github.com/YunoHost/issues/issues/2294 )
ynh_permission_url --permission="api" --url="re:$new_domain\/.well-known\/.*" --auth_header="false" --clear_urls
ynh_systemd_action --service_name=nginx --action=reload
#=================================================