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 37d3ce0 commit 00d4368Copy full SHA for 00d4368
.github/workflows/test.yaml
@@ -40,7 +40,7 @@ jobs:
40
tar xf nginx-${nginx_version}.tar.gz
41
cd nginx-${nginx_version}
42
opt=$(nginx -V 2>&1 | tail -1 | sed -e 's/configure arguments://' -e 's| --add-dynamic-module=[^ ]*||g')
43
- ./configure ${opt} --add-dynamic-module=../
+ ./configure ${opt} --add-dynamic-module=../ --with-cc-opt='-DNGX_HTTP_HEADERS'
44
make
45
mkdir -p /usr/lib/nginx/modules
46
cp objs/ngx_http_keyval_module.so /usr/lib/nginx/modules/
0 commit comments