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.
2 parents fd0e733 + 48ba3ec commit f9adc4dCopy full SHA for f9adc4d
1 file changed
README.md
@@ -143,7 +143,7 @@ load_module modules/ngx_http_modsecurity_module.so;
143
To compile the module into NGINX, run:
144
145
```bash
146
-./configure --add-module=../ngx_security_headers
+./configure --with-compat --add-module=../ngx_security_headers
147
make
148
make install
149
```
@@ -153,4 +153,4 @@ compilation by adding to `nginx.conf`:
153
154
```nginx
155
load_module /path/to/ngx_http_security_headers_module.so;
156
-```
+```
0 commit comments