Skip to content

Instantly share code, notes, and snippets.

@haproxytechblog
Created January 12, 2024 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haproxytechblog/255ec5661f9ce3fd877feefb594e5701 to your computer and use it in GitHub Desktop.
Save haproxytechblog/255ec5661f9ce3fd877feefb594e5701 to your computer and use it in GitHub Desktop.
tune.bufsize 64000
frontend webserver
mode http
bind *:443 ssl crt /var/lib/dataplaneapi/storage/ssl/certificate.pem
http-request deny deny_status 413 if { hdr_len(Host) gt 24000 }
default_backend webserver_backend
backend webserver_backend
server srv1 <netscaler IP address>
http-request deny deny_status 413 if { hdr_len(Host) gt 24000 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment