Skip to content

Commit dc641de

Browse files
authored
Compile --with-compat
Compile the module by first running the configure script with the --with-compat argument, which creates a standard build environment supported by both NGINX Open Source and NGINX Plus.
1 parent 6f9dcdd commit dc641de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Static module (built-in nginx binary)
2424

2525
Dynamic nginx module `ngx_http_hmac_secure_link_module.so` module
2626

27-
./configure --add-dynamic-module=/absolute/path/to/ngx_http_hmac_secure_link_module
27+
./configure --with-compat --add-dynamic-module=/absolute/path/to/ngx_http_hmac_secure_link_module
2828

2929
Build Nginx
3030

0 commit comments

Comments
 (0)