Show More
@@ -30,10 +30,12 b" loglevel = 'debug'" | |||||
30 | # SECURITY |
|
30 | # SECURITY | |
31 |
|
31 | |||
32 | # The maximum size of HTTP request line in bytes. |
|
32 | # The maximum size of HTTP request line in bytes. | |
33 | limit_request_line = 4094 |
|
33 | # 0 for unlimited | |
|
34 | limit_request_line = 0 | |||
34 |
|
35 | |||
35 | # Limit the number of HTTP headers fields in a request. |
|
36 | # Limit the number of HTTP headers fields in a request. | |
36 | limit_request_fields = 1024 |
|
37 | # By default this value is 100 and can’t be larger than 32768. | |
|
38 | limit_request_fields = 10240 | |||
37 |
|
39 | |||
38 | # Limit the allowed size of an HTTP request header field. |
|
40 | # Limit the allowed size of an HTTP request header field. | |
39 | # Value is a positive number or 0. |
|
41 | # Value is a positive number or 0. |
General Comments 0
You need to be logged in to leave comments.
Login now