Skip to content

Instantly share code, notes, and snippets.

@clayg
Created May 31, 2017 16:33
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 clayg/0134511526537410f9348e81d625ed95 to your computer and use it in GitHub Desktop.
Save clayg/0134511526537410f9348e81d625ed95 to your computer and use it in GitHub Desktop.
diff --git a/lib/tls b/lib/tls
index fb2fa3a..7ba4d99 100644
--- a/lib/tls
+++ b/lib/tls
@@ -524,6 +524,8 @@ $listen_string
# ('Connection aborted.', BadStatusLine("''",)) error
KeepAlive Off
+ LimitRequestFieldSize 32768
+
<Location />
ProxyPass http://$b_host:$b_port/ retry=5 nocanon
ProxyPassReverse http://$b_host:$b_port/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment