Created
May 31, 2017 16:33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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