Skip to content

Commit

Permalink
enable OpenResty Nginx module support
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jul 13, 2014
1 parent 16ea607 commit 548190d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions centmin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ CMVERSION_CHECK='n'
#####################################################
DT=`date +"%d%m%y-%H%M%S"`
SCRIPT_MAJORVER='1.2.3'
SCRIPT_MINORVER='07'
SCRIPT_MINORVER='08'
SCRIPT_VERSION="${SCRIPT_MAJORVER}-eva2000.${SCRIPT_MINORVER}"
SCRIPT_DATE='30/06/2014'
SCRIPT_DATE='30/08/2014'
SCRIPT_AUTHOR='eva2000 (vbtechsupport.com)'
SCRIPT_MODIFICATION_AUTHOR='eva2000 (vbtechsupport.com)'
SCRIPT_URL='http://centminmod.com'
Expand Down Expand Up @@ -199,7 +199,7 @@ NGINX_STICKY='y' # nginx sticky module https://bitbucket.org/nginx-g
NGINX_STICKYVER='1.2.5'
NGINX_UPSTREAMCHECK='y' # nginx upstream check https://github.com/yaoweibin/nginx_upstream_check_module
NGINX_UPSTREAMCHECKVER='0.1.9'
NGINX_OPENRESTY=n # Agentzh's openresty Nginx modules
NGINX_OPENRESTY='y' # Agentzh's openresty Nginx modules
ORESTY_MEMCVER='0.15' # openresty memc module https://github.com/openresty/memc-nginx-module
ORESTY_SRCCACHEVER='0.28' # openresty subrequest cache module https://github.com/openresty/srcache-nginx-module
PHP_INSTALL=y # Install PHP /w Fast Process Manager
Expand Down

0 comments on commit 548190d

Please sign in to comment.