##// END OF EJS Templates
config: fixed gunicorn config special character
marcink -
r713:092fd1df stable
parent child Browse files
Show More
@@ -34,7 +34,7 b" loglevel = 'debug'"
34 limit_request_line = 0
34 limit_request_line = 0
35
35
36 # Limit the number of HTTP headers fields in a request.
36 # Limit the number of HTTP headers fields in a request.
37 # By default this value is 100 and cant be larger than 32768.
37 # By default this value is 100 and can't be larger than 32768.
38 limit_request_fields = 10240
38 limit_request_fields = 10240
39
39
40 # Limit the allowed size of an HTTP request header field.
40 # Limit the allowed size of an HTTP request header field.
General Comments 0
You need to be logged in to leave comments. Login now