Skip to content

Commit

Permalink
nginx 1.13.8, memcached 1.5.4, redis php 3.1.5 in 123.09beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Dec 28, 2017
1 parent 8062e4e commit 3f0bcab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions centmin.sh
Expand Up @@ -534,7 +534,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.7' # Use this version of Nginx
NGINX_VERSION='1.13.8' # 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 Expand Up @@ -581,16 +581,16 @@ MAILPARSEPHP_VER='2.1.6' # https://pecl.php.net/package/mailparse
MAILPARSEPHP_COMPATVER='3.0.2' # For PHP 7
MEMCACHED_INSTALL='y' # Install Memcached
LIBEVENT_VERSION='2.1.8' # Use this version of Libevent
MEMCACHED_VERSION='1.5.3' # Use this version of Memcached server
MEMCACHED_VERSION='1.5.4' # Use this version of Memcached server
MEMCACHE_VERSION='3.0.8' # Use this version of Memcache
MEMCACHEDPHP_VER='2.2.0' # Memcached PHP extension not server
MEMCACHEDPHP_SEVENVER='3.0.3' # Memcached PHP 7 only extension version
LIBMEMCACHED_YUM='y' # switch to YUM install instead of source compile
LIBMEMCACHED_VER='1.0.18' # libmemcached version for source compile
TWEMPERF_VER='0.1.1'
PHPREDIS='y' # redis PHP extension install
REDISPHP_VER='3.1.4' # redis PHP version for PHP <7.x
REDISPHPSEVEN_VER='3.1.4' # redis PHP version for PHP =>7.x
REDISPHP_VER='3.1.5' # redis PHP version for PHP <7.x
REDISPHPSEVEN_VER='3.1.5' # redis PHP version for PHP =>7.x
REDISPHP_GIT='n' # pull php 7 redis extension from git or pecl downloads
PHPMONGODB='n' # MongoDB PHP extension install
MONGODBPHP_VER='1.3.2' # MongoDB PHP version
Expand Down
4 changes: 2 additions & 2 deletions example/custom_config.inc
Expand Up @@ -82,7 +82,7 @@ PHP_UPDATEMAINTENANCE='n'
MARIADB_UPDATEMAINTENANCE='n'

# Nginx
NGINX_VERSION='1.13.7' # Use this version of Nginx
NGINX_VERSION='1.13.8' # 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 Expand Up @@ -260,7 +260,7 @@ MAILPARSEPHP_VER='2.1.6' # https://pecl.php.net/package/mailparse
MAILPARSEPHP_COMPATVER='3.0.2' # For PHP 7
MEMCACHED_INSTALL='y' # Install Memcached
LIBEVENT_VERSION='2.1.8' # Use this version of Libevent
MEMCACHED_VERSION='1.5.3' # Use this version of Memcached server
MEMCACHED_VERSION='1.5.4' # Use this version of Memcached server
MEMCACHE_VERSION='3.0.8' # Use this version of Memcache
MEMCACHEDPHP_VER='2.2.0' # Memcached PHP extension not server
MEMCACHEDPHP_SEVENVER='3.0.3' # Memcached PHP 7 only extension version
Expand Down

0 comments on commit 3f0bcab

Please sign in to comment.