diff --git a/scripts/install b/scripts/install index eb9ab33..e4c6c69 100644 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,9 @@ ynh_script_progression --message="Installing wordpress with cURL..." --weight=10 chown -R $app: $final_path # Set the app as temporarily public for cURL call -ynh_permission_update --permission "main" --add "visitors" +ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" +# Regen SSOwat configuration +yunohost app ssowatconf # Reload NGINX ynh_systemd_action --service_name=nginx --action=reload