Skip to content

Commit f7d2a73

Browse files
committed
Improve logical grouping of configuration
1 parent 6e03bd6 commit f7d2a73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/http.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ http {
33
include /etc/nginx/log.conf;
44

55
server_tokens off;
6-
keepalive_timeout 65s;
76
sendfile on;
87
tcp_nopush on;
8+
99
client_max_body_size 500m;
1010
client_body_buffer_size 128k;
1111
client_body_timeout 300s;
1212
client_header_timeout 65s;
13+
keepalive_timeout 65s;
14+
proxy_read_timeout 600s;
1315
send_timeout 60s;
1416

1517
# If we receive X-Forwarded-Proto, pass it through; otherwise, pass along the
@@ -52,8 +54,6 @@ http {
5254
proxy_set_header X-Request-ID $proxy_x_request_id;
5355
proxy_set_header X-Forwarded-Host $host;
5456

55-
proxy_read_timeout 600s;
56-
5757
include /etc/nginx/app.conf;
5858

5959
server {

0 commit comments

Comments
 (0)