From 33fac2533f6f6b5dbd875edd322e875db023cc1c Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 4 Mar 2017 00:41:35 +0100 Subject: [PATCH] Update install --- scripts/install | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index 037d2a0..b5d7d6a 100644 --- a/scripts/install +++ b/scripts/install @@ -83,6 +83,12 @@ sudo sed -i "s@__FINALPATH__@$final_path@g" ../conf/nginx.conf sudo sed -i "s@__NAMETOCHANGE__@$app@g" ../conf/nginx.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf +#================================================= +# PHP-FPM CONFIGURATION +#================================================= + +POOL_FPM + #================================================= # Crée le repertoire de destination et check les permissions #================================================= @@ -131,12 +137,6 @@ then ynh_app_setting_set "$app" unprotected_uris "/" fi -#================================================= -# PHP-FPM CONFIGURATION -#================================================= - -POOL_FPM - #================================================= # Régénère la configuration de SSOwat #=================================================