Skip to content

Commit

Permalink
nginx 1.15.12 default in 123.09beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Apr 16, 2019
1 parent 86cc5b6 commit cee81f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions centmin.sh
Expand Up @@ -27,7 +27,7 @@ DT=$(date +"%d%m%y-%H%M%S")
branchname='123.09beta01'
SCRIPT_MAJORVER='1.2.3'
SCRIPT_MINORVER='09'
SCRIPT_INCREMENTVER='126'
SCRIPT_INCREMENTVER='127'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.b${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='31/03/2019'
Expand Down Expand Up @@ -699,7 +699,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.15.11' # Use this version of Nginx
NGINX_VERSION='1.15.12' # 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'
ZSTD_LOGROTATE_NGINX='n' # initial install only for zstd compressed log rotation community.centminmod.com/threads/16371/
Expand Down
2 changes: 1 addition & 1 deletion example/custom_config.inc
Expand Up @@ -98,7 +98,7 @@ MARIADB_UPDATEMAINTENANCE='n'

# Nginx
NGINXCOMPILE_PIE='n' # build nginx with Position-independent code (PIC) / Position-indendendent executables (PIEs)
NGINX_VERSION='1.15.11' # Use this version of Nginx
NGINX_VERSION='1.15.12' # 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'
ZSTD_LOGROTATE_NGINX='n' # initial install only for zstd compressed log rotation community.centminmod.com/threads/16371/
Expand Down

0 comments on commit cee81f0

Please sign in to comment.