Show More
@@ -91,6 +91,9 b' max_request_body_size = 107374182400' | |||||
91 | ## (avoid memory leaks). |
|
91 | ## (avoid memory leaks). | |
92 | #max-requests = 1000 |
|
92 | #max-requests = 1000 | |
93 |
|
93 | |||
|
94 | ## enable large buffers | |||
|
95 | #buffer-size=65535 | |||
|
96 | ||||
94 | ## Log requests slower than the specified number of milliseconds. |
|
97 | ## Log requests slower than the specified number of milliseconds. | |
95 | #log-slow = 10 |
|
98 | #log-slow = 10 | |
96 |
|
99 |
@@ -91,6 +91,9 b' max_request_body_size = 107374182400' | |||||
91 | ## (avoid memory leaks). |
|
91 | ## (avoid memory leaks). | |
92 | #max-requests = 1000 |
|
92 | #max-requests = 1000 | |
93 |
|
93 | |||
|
94 | ## enable large buffers | |||
|
95 | #buffer-size=65535 | |||
|
96 | ||||
94 | ## Log requests slower than the specified number of milliseconds. |
|
97 | ## Log requests slower than the specified number of milliseconds. | |
95 | #log-slow = 10 |
|
98 | #log-slow = 10 | |
96 |
|
99 |
@@ -100,6 +100,9 b' listen = 256' | |||||
100 | <%text>## (avoid memory leaks).</%text> |
|
100 | <%text>## (avoid memory leaks).</%text> | |
101 | max-requests = 1000 |
|
101 | max-requests = 1000 | |
102 |
|
102 | |||
|
103 | <%text>## enable large buffers</%text> | |||
|
104 | buffer-size=65535 | |||
|
105 | ||||
103 | <%text>## Log requests slower than the specified number of milliseconds.</%text> |
|
106 | <%text>## Log requests slower than the specified number of milliseconds.</%text> | |
104 | log-slow = 10 |
|
107 | log-slow = 10 | |
105 |
|
108 |
@@ -91,6 +91,9 b' max_request_body_size = 107374182400' | |||||
91 | ## (avoid memory leaks). |
|
91 | ## (avoid memory leaks). | |
92 | #max-requests = 1000 |
|
92 | #max-requests = 1000 | |
93 |
|
93 | |||
|
94 | ## enable large buffers | |||
|
95 | #buffer-size=65535 | |||
|
96 | ||||
94 | ## Log requests slower than the specified number of milliseconds. |
|
97 | ## Log requests slower than the specified number of milliseconds. | |
95 | #log-slow = 10 |
|
98 | #log-slow = 10 | |
96 |
|
99 |
General Comments 0
You need to be logged in to leave comments.
Login now