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 58f34cd commit 5e3d654Copy full SHA for 5e3d654
.github/workflows/nginx.yaml
@@ -30,7 +30,7 @@ jobs:
30
fail-fast: false
31
matrix:
32
module:
33
- # static
+ - static
34
- dynamic
35
nginx-ref:
36
# master
examples/config
@@ -4,7 +4,7 @@ ngx_cargo_profile=ngx-module
4
if [ $HTTP = YES ]; then
5
ngx_module_type=HTTP
6
7
- if :; then
+ if [ "$ngx_module_link" = DYNAMIC ]; then
8
ngx_module_name=ngx_http_async_module
9
ngx_module_lib=async
10
0 commit comments