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 1e17fb5 commit c1643abCopy full SHA for c1643ab
.github/workflows/ci.yml
@@ -55,10 +55,8 @@ jobs:
55
`"archive/refs/tags/$NGXEASYCTXVER.tar.gz" \
56
-O "nginx-easy-context-$NGXEASYCTXVER.tar.gz" &&
57
tar xzvf "nginx-easy-context-$NGXEASYCTXVER.tar.gz"
58
- sed -i 's/# \('`
59
- `'NGX_HTTP_COMBINED_UPSTREAMS_PERSISTENT_UPSTRAND_INTERCEPT_CTX'`
60
- `'=1\)/\1/' config
61
cd nginx-${NGXVER}/
+ NGX_HTTP_COMBINED_UPSTREAMS_PERSISTENT_UPSTRAND_INTERCEPT_CTX=1 \
62
$NGX_CONFIGURE --add-module=../nginx-easy-context-$NGXEASYCTXVER \
63
--add-module=.. --add-module=../echo-nginx-module
64
make -j2
0 commit comments