Skip to content

Commit f9adc4d

Browse files
authored
Merge pull request #14 from jamesmacwhite/patch-1
Add --with-compat to ./configure instructions
2 parents fd0e733 + 48ba3ec commit f9adc4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ load_module modules/ngx_http_modsecurity_module.so;
143143
To compile the module into NGINX, run:
144144

145145
```bash
146-
./configure --add-module=../ngx_security_headers
146+
./configure --with-compat --add-module=../ngx_security_headers
147147
make
148148
make install
149149
```
@@ -153,4 +153,4 @@ compilation by adding to `nginx.conf`:
153153

154154
```nginx
155155
load_module /path/to/ngx_http_security_headers_module.so;
156-
```
156+
```

0 commit comments

Comments
 (0)