Skip to content
Snippets Groups Projects
Commit b0838516 authored by David Beitey's avatar David Beitey
Browse files

Update headers-more in CI for nginx 1.23.0+

parent f443a12d
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
run: | run: |
wget -O - "https://nginx.org/download/nginx-$_NGINX_VERSION.tar.gz" | tar -xzf - wget -O - "https://nginx.org/download/nginx-$_NGINX_VERSION.tar.gz" | tar -xzf -
cd "nginx-$_NGINX_VERSION" cd "nginx-$_NGINX_VERSION"
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
if [ "$SHIB_DYNAMIC_MODULE" = true ]; then if [ "$SHIB_DYNAMIC_MODULE" = true ]; then
./configure --with-debug --add-dynamic-module=.. --add-dynamic-module=./headers-more-nginx-module ./configure --with-debug --add-dynamic-module=.. --add-dynamic-module=./headers-more-nginx-module
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment