Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Jul 5, 2020
1 parent f501c61 commit 8cc1c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 15;
keepalive_timeout 60;
client_body_timeout 12;
client_header_timeout 12;
send_timeout 10;
send_timeout 30;
keepalive_requests 2000;
reset_timedout_connection on;
types_hash_max_size 2048;
Expand Down Expand Up @@ -68,4 +68,4 @@ gzip off;

include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-available/*;
}
}

0 comments on commit 8cc1c8a

Please sign in to comment.