diff --git a/scripts/install b/scripts/install index 69ffa68..6cf57b3 100644 --- a/scripts/install +++ b/scripts/install @@ -197,6 +197,11 @@ if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then ynh_add_config --template="/etc/nginx/conf.d/$domain.d/cryptpad.conf" --destination="/etc/nginx/conf.d/$sandboxdomain.d/cryptpad.conf" fi +#================================================= +# RELOAD YUNOHOST-API to refresh web admin domains after domain creation (bug core?) +#================================================= +ynh_systemd_action --service_name=nginx --action=reload + #================================================= # RELOAD NGINX #=================================================