Skip to content

Commit

Permalink
nginx 1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Nov 15, 2016
1 parent 7267520 commit 0e6da05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centmin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,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.11.5' # Use this version of Nginx
NGINX_VERSION='1.11.6' # Use this version of Nginx
NGINX_VHOSTSSL='y' # enable centmin.sh menu 2 prompt to create self signed SSL vhost 2nd vhost conf
NGINXBACKUP='y'
NGINXDIR='/usr/local/nginx'
Expand Down
2 changes: 1 addition & 1 deletion example/custom_config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ PHP_UPDATEMAINTENANCE='n'
MARIADB_UPDATEMAINTENANCE='n'

# Nginx
NGINX_VERSION='1.11.5' # Use this version of Nginx
NGINX_VERSION='1.11.6' # Use this version of Nginx
NGINX_VHOSTSSL='y' # enable centmin.sh menu 2 prompt to create self signed SSL vhost 2nd vhost conf
NGINXBACKUP='y'
NGINX_IPV='n' #NGINX IPV6 compile support for unattended mode only
Expand Down

0 comments on commit 0e6da05

Please sign in to comment.