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 f443a12 commit b083851Copy full SHA for b083851
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
wget -O - "https://nginx.org/download/nginx-$_NGINX_VERSION.tar.gz" | tar -xzf -
50
cd "nginx-$_NGINX_VERSION"
51
- git clone https://github.com/openresty/headers-more-nginx-module.git -b v0.33
+ git clone https://github.com/openresty/headers-more-nginx-module.git -b v0.34
52
if [ "$SHIB_DYNAMIC_MODULE" = true ]; then
53
./configure --with-debug --add-dynamic-module=.. --add-dynamic-module=./headers-more-nginx-module
54
else
0 commit comments