Skip to content

Commit

Permalink
nginx 1.13.10 default
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Mar 20, 2018
1 parent 97972d4 commit cced663
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 @@ -19,7 +19,7 @@ DT=$(date +"%d%m%y-%H%M%S")
branchname='123.09beta01'
SCRIPT_MAJORVER='1.2.3'
SCRIPT_MINORVER='09'
SCRIPT_INCREMENTVER='016'
SCRIPT_INCREMENTVER='017'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.b${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='31/03/2018'
Expand Down Expand Up @@ -569,7 +569,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.13.9' # Use this version of Nginx
NGINX_VERSION='1.13.10' # 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'
VHOST_PRESTATICINC='y' # add pre-staticfiles-local.conf & pre-staticfiles-global.conf include files
Expand Down
2 changes: 1 addition & 1 deletion example/custom_config.inc
Expand Up @@ -90,7 +90,7 @@ PHP_UPDATEMAINTENANCE='n'
MARIADB_UPDATEMAINTENANCE='n'

# Nginx
NGINX_VERSION='1.13.9' # Use this version of Nginx
NGINX_VERSION='1.13.10' # 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'
VHOST_PRESTATICINC='y' # add pre-staticfiles-local.conf & pre-staticfiles-global.conf include files
Expand Down

0 comments on commit cced663

Please sign in to comment.