Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
flyrainning authored Jun 4, 2017
1 parent e330d74 commit 31ac4f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
keepalive_timeout 125;
types_hash_max_size 2048;

client_max_body_size 2048m;
client_body_buffer_size 2048m;
client_max_body_size 0;
# client_body_buffer_size 2048m;

# server_tokens off;

Expand Down

0 comments on commit 31ac4f1

Please sign in to comment.