From d5d80b3743eb0c9a3904026545031fbd388bffc4 Mon Sep 17 00:00:00 2001 From: George Liu Date: Sat, 23 Aug 2014 21:05:21 +1000 Subject: [PATCH] Revert "update Nginx 1.7.5 default" This reverts commit a7b8f2eee2e947078d93510db9a27d256fe1568d. --- centmin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centmin.sh b/centmin.sh index 74f26fccc..b79092172 100644 --- a/centmin.sh +++ b/centmin.sh @@ -237,7 +237,7 @@ MYSQL_INSTALL=n # Install official Oracle MySQL Server (MariaDB alt SENDMAIL_INSTALL=n # Install Sendmail (and mailx) set to y and POSTFIX_INSTALL=n for sendmail POSTFIX_INSTALL=y # Install Postfix (and mailx) set to n and SENDMAIL_INSTALL=y for sendmail # Nginx -NGINX_VERSION='1.7.5' # Use this version of Nginx +NGINX_VERSION='1.7.4' # Use this version of Nginx NGINXBACKUP='y' NGINXDIR='/usr/local/nginx' NGINXCONFDIR="${NGINXDIR}/conf"