coreruleset / modsecurity-crs-docker

Official ModSecurity Docker + Core Rule Set (CRS) images
https://coreruleset.org
Apache License 2.0
269 stars 69 forks source link

Request Header Or Cookie Too Large #186

Closed sunnoy closed 8 months ago

sunnoy commented 8 months ago

version: '3'

services: modsecurity: image: owasp/modsecurity-crs:3.3.5-nginx-202401080101 ports:

theseion commented 8 months ago

The image is configured to act as reverse proxy by default (see https://github.com/coreruleset/modsecurity-crs-docker?tab=readme-ov-file#proxying). You need to either turn of proxy mode or provide a backend, as described in the documentation.