Fix bug related to Apache/Nginx merge

This commit is contained in:
Romain Dessort 2017-08-25 08:47:42 -04:00
parent d27490a49f
commit 6b63c02f77
1 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,6 @@ EOT
/etc/init.d/nginx restart
step_ok "Configuration de Nginx + restart"
fi
############################################################################
@ -408,7 +407,8 @@ EOT
sed -e "s/SED_LOGIN/${in_login}/g;" > ${FPM_PATH}/${in_login}.conf
step_ok "Creation du pool PHP-FPM"
############################################################################
############################################################################
fi
cat $TPL_AWSTATS | \
sed -e "s/XXX/$in_login/ ; s/SERVERNAME/$in_wwwdomain/ ; s#HOME_DIR#$HOME_DIR#" \