We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e03bd6 commit f7d2a73Copy full SHA for f7d2a73
config/http.conf
@@ -3,13 +3,15 @@ http {
3
include /etc/nginx/log.conf;
4
5
server_tokens off;
6
- keepalive_timeout 65s;
7
sendfile on;
8
tcp_nopush on;
+
9
client_max_body_size 500m;
10
client_body_buffer_size 128k;
11
client_body_timeout 300s;
12
client_header_timeout 65s;
13
+ keepalive_timeout 65s;
14
+ proxy_read_timeout 600s;
15
send_timeout 60s;
16
17
# If we receive X-Forwarded-Proto, pass it through; otherwise, pass along the
@@ -52,8 +54,6 @@ http {
52
54
proxy_set_header X-Request-ID $proxy_x_request_id;
53
55
proxy_set_header X-Forwarded-Host $host;
56
- proxy_read_timeout 600s;
-
57
include /etc/nginx/app.conf;
58
59
server {
0 commit comments