Skip to content

Commit 79980d3

Browse files
committed
proxy-rules readme
1 parent 3398818 commit 79980d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
container_name: proxy
2323
volumes:
2424
- /var/run/docker.sock:/tmp/docker.sock:ro
25-
- ./modsecurity.d/rules:/etc/modsecurity.d/rules:ro
25+
- ./modsecurity.d/rules:/etc/modsecurity.d/proxy-rules:ro
2626
- nginx-certs:/etc/nginx/certs
2727
- nginx-vhost:/etc/nginx/vhost.d
2828
- nginx-html:/usr/share/nginx/html
@@ -63,5 +63,5 @@ Include REQUEST-901-INITIALIZATION.conf
6363
Mount the folder:
6464
```yaml
6565
volumes:
66-
- ./rules:/etc/modsecurity.d/rules
66+
- ./rules:/etc/modsecurity.d/proxy-rules
6767
```

0 commit comments

Comments
 (0)