Show More
@@ -59,7 +59,7 b' max_request_body_size = 107374182400' | |||||
59 | ## recommended for bigger setup is using of of other than sync one |
|
59 | ## recommended for bigger setup is using of of other than sync one | |
60 | #worker_class = sync |
|
60 | #worker_class = sync | |
61 | #max_requests = 5 |
|
61 | #max_requests = 5 | |
62 |
## ammount of time a worker can handle request before it get |
|
62 | ## ammount of time a worker can handle request before it gets killed and | |
63 | ## restarted |
|
63 | ## restarted | |
64 | #timeout = 3600 |
|
64 | #timeout = 3600 | |
65 |
|
65 | |||
@@ -94,6 +94,10 b' max_request_body_size = 107374182400' | |||||
94 | ## enable large buffers |
|
94 | ## enable large buffers | |
95 | #buffer-size=65535 |
|
95 | #buffer-size=65535 | |
96 |
|
96 | |||
|
97 | ## socket and http timeouts ## | |||
|
98 | #http-timeout=3600 | |||
|
99 | #socket-timeout=3600 | |||
|
100 | ||||
97 | ## Log requests slower than the specified number of milliseconds. |
|
101 | ## Log requests slower than the specified number of milliseconds. | |
98 | #log-slow = 10 |
|
102 | #log-slow = 10 | |
99 |
|
103 |
@@ -59,7 +59,7 b' max_request_body_size = 107374182400' | |||||
59 | ## recommended for bigger setup is using of of other than sync one |
|
59 | ## recommended for bigger setup is using of of other than sync one | |
60 | #worker_class = sync |
|
60 | #worker_class = sync | |
61 | #max_requests = 5 |
|
61 | #max_requests = 5 | |
62 |
## ammount of time a worker can handle request before it get |
|
62 | ## ammount of time a worker can handle request before it gets killed and | |
63 | ## restarted |
|
63 | ## restarted | |
64 | #timeout = 3600 |
|
64 | #timeout = 3600 | |
65 |
|
65 | |||
@@ -94,6 +94,10 b' max_request_body_size = 107374182400' | |||||
94 | ## enable large buffers |
|
94 | ## enable large buffers | |
95 | #buffer-size=65535 |
|
95 | #buffer-size=65535 | |
96 |
|
96 | |||
|
97 | ## socket and http timeouts ## | |||
|
98 | #http-timeout=3600 | |||
|
99 | #socket-timeout=3600 | |||
|
100 | ||||
97 | ## Log requests slower than the specified number of milliseconds. |
|
101 | ## Log requests slower than the specified number of milliseconds. | |
98 | #log-slow = 10 |
|
102 | #log-slow = 10 | |
99 |
|
103 |
@@ -103,6 +103,10 b' max-requests = 1000' | |||||
103 | <%text>## enable large buffers</%text> |
|
103 | <%text>## enable large buffers</%text> | |
104 | buffer-size=65535 |
|
104 | buffer-size=65535 | |
105 |
|
105 | |||
|
106 | <%text>## socket and http timeouts ##</%text> | |||
|
107 | http-timeout=3600 | |||
|
108 | socket-timeout=3600 | |||
|
109 | ||||
106 | <%text>## Log requests slower than the specified number of milliseconds.</%text> |
|
110 | <%text>## Log requests slower than the specified number of milliseconds.</%text> | |
107 | log-slow = 10 |
|
111 | log-slow = 10 | |
108 |
|
112 |
@@ -94,6 +94,10 b' max_request_body_size = 107374182400' | |||||
94 | ## enable large buffers |
|
94 | ## enable large buffers | |
95 | #buffer-size=65535 |
|
95 | #buffer-size=65535 | |
96 |
|
96 | |||
|
97 | ## socket and http timeouts ## | |||
|
98 | #http-timeout=3600 | |||
|
99 | #socket-timeout=3600 | |||
|
100 | ||||
97 | ## Log requests slower than the specified number of milliseconds. |
|
101 | ## Log requests slower than the specified number of milliseconds. | |
98 | #log-slow = 10 |
|
102 | #log-slow = 10 | |
99 |
|
103 |
General Comments 0
You need to be logged in to leave comments.
Login now