Skip to content

Commit

Permalink
update ngx_pagespeed 1.13.35-2-beta default
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jan 12, 2018
1 parent 61c52ad commit 654e770
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions centmin.sh
Original file line number Diff line number Diff line change
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='011'
SCRIPT_INCREMENTVER='012'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.b${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='31/01/2018'
Expand Down Expand Up @@ -426,8 +426,8 @@ NGINX_LIBBROTLI='n' # https://github.com/eustas/ngx_brotli
NGINX_LIBBROTLISTATIC='n'
NGINX_PAGESPEED='n' # Install ngx_pagespeed
NGINX_PAGESPEEDGITMASTER='n' # Install ngx_pagespeed from official github master instead
NGXPGSPEED_VER='1.13.35.1-beta'
NGINX_PAGESPEEDPSOL_VER='1.13.35.1'
NGXPGSPEED_VER='1.13.35.2-beta'
NGINX_PAGESPEEDPSOL_VER='1.13.35.2'
NGINX_PASSENGER='n' # Install Phusion Passenger requires installing addons/passenger.sh before hand
NGINX_WEBDAV='n' # Nginx WebDAV and nginx-dav-ext-module
NGINX_EXTWEBDAVVER='0.0.3' # nginx-dav-ext-module version
Expand Down
4 changes: 2 additions & 2 deletions example/custom_config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ NGINX_LIBBROTLI='n' # https://github.com/eustas/ngx_brotli
NGINX_LIBBROTLISTATIC='n'
NGINX_PAGESPEED='n' # Install ngx_pagespeed
NGINX_PAGESPEEDGITMASTER='n' # Install ngx_pagespeed from official github master instead
NGXPGSPEED_VER='1.13.35.1-beta'
NGINX_PAGESPEEDPSOL_VER='1.13.35.1'
NGXPGSPEED_VER='1.13.35.2-beta'
NGINX_PAGESPEEDPSOL_VER='1.13.35.2'
NGINX_PASSENGER='n' # Install Phusion Passenger requires installing addons/passenger.sh before hand
NGINX_WEBDAV='n' # Nginx WebDAV and nginx-dav-ext-module
NGINX_EXTWEBDAVVER='0.0.3' # nginx-dav-ext-module version
Expand Down
4 changes: 2 additions & 2 deletions tools/nginxupdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ NGINX_LIBBROTLI='n' # https://github.com/eustas/ngx_brotli
NGINX_LIBBROTLISTATIC='n'
NGINX_PAGESPEED='n' # Install ngx_pagespeed
NGINX_PAGESPEEDGITMASTER='n' # Install ngx_pagespeed from official github master instead
NGXPGSPEED_VER='1.13.35.1-beta'
NGINX_PAGESPEEDPSOL_VER='1.13.35.1'
NGXPGSPEED_VER='1.13.35.2-beta'
NGINX_PAGESPEEDPSOL_VER='1.13.35.2'
NGINX_PASSENGER='n' # Install Phusion Passenger requires installing addons/passenger.sh before hand
NGINX_WEBDAV='n' # Nginx WebDAV and nginx-dav-ext-module
NGINX_EXTWEBDAVVER='0.0.3' # nginx-dav-ext-module version
Expand Down

0 comments on commit 654e770

Please sign in to comment.