https://github.com/eshaan7/nginx-modsec-crs-ratelimiting-docker
dockerized nginx with WAF and rate limting
https://github.com/eshaan7/nginx-modsec-crs-ratelimiting-docker
Last synced: 2 months ago
JSON representation
dockerized nginx with WAF and rate limting
- Host: GitHub
- URL: https://github.com/eshaan7/nginx-modsec-crs-ratelimiting-docker
- Owner: eshaan7
- Created: 2021-03-10T13:59:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T14:01:05.000Z (over 4 years ago)
- Last Synced: 2025-02-09T03:25:54.213Z (4 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx with modsecurity + OWASP crs + rate limiting
Dockerized nginx + modsecurity with OWASP coreruleset and rate limiting enabled.
Uses [coreruleset/modsecurity-crs-docker](https://github.com/coreruleset/modsecurity-crs-docker) as base docker image.
- `default.conf` is mounted as a docker volume to `/etc/nginx/conf.d/default.conf`. (It is to be merged with existing nginx configuration)
- We can fine tune the rules and WAF protection settings via the variables in `.env`.
- We can disable certian rules or patterns from the WAF by editing the `REQUEST-x.conf` and `RESPONSE-x.conf` files.