فهرست منبع

Update install

frju365 8 سال پیش
والد
کامیت
33fac2533f
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      scripts/install

+ 6 - 6
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
 #=================================================