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 3398818 commit 79980d3Copy full SHA for 79980d3
README.md
@@ -22,7 +22,7 @@ services:
22
container_name: proxy
23
volumes:
24
- /var/run/docker.sock:/tmp/docker.sock:ro
25
- - ./modsecurity.d/rules:/etc/modsecurity.d/rules:ro
+ - ./modsecurity.d/rules:/etc/modsecurity.d/proxy-rules:ro
26
- nginx-certs:/etc/nginx/certs
27
- nginx-vhost:/etc/nginx/vhost.d
28
- nginx-html:/usr/share/nginx/html
@@ -63,5 +63,5 @@ Include REQUEST-901-INITIALIZATION.conf
63
Mount the folder:
64
```yaml
65
66
- - ./rules:/etc/modsecurity.d/rules
+ - ./rules:/etc/modsecurity.d/proxy-rules
67
```
0 commit comments