From 35548ad203e7538cf9667e1ff7356a029051643a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 25 Feb 2024 21:31:35 +0100 Subject: [PATCH] Add comments --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 0a993f1..4dc13c4 100644 --- a/scripts/install +++ b/scripts/install @@ -26,8 +26,10 @@ chown -R "$app:www-data" "$install_dir" #================================================= ynh_script_progression --message="Adding system configurations related to $app..." --weight=1 +# Create a dedicated NGINX config ynh_add_nginx_config +# Create a dedicated PHP-FPM config ynh_add_fpm_config #=================================================