We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eadab8 commit 3f5ff42Copy full SHA for 3f5ff42
.travis.yml
@@ -36,7 +36,7 @@ before_install:
36
install:
37
- wget -O - http://nginx.org/download/nginx-${SHIB_NGINX_VERSION}.tar.gz | tar -xzf -
38
- cd nginx-${SHIB_NGINX_VERSION}
39
- - git clone https://github.com/openresty/headers-more-nginx-module.git -b v0.30
+ - git clone https://github.com/openresty/headers-more-nginx-module.git -b v0.33
40
- |
41
if [ "$SHIB_DYNAMIC_MODULE" = true ]; then
42
./configure --with-debug --add-dynamic-module=.. --add-dynamic-module=./headers-more-nginx-module
0 commit comments