Skip to content

Commit

Permalink
updated clientbodytimeout to 10 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
yyapuncich committed Jan 19, 2024
1 parent 65227c0 commit 37f0314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ http {
default_type application/octet-stream;
sendfile on;

client_body_timeout <%= ENV['NGINX_CLIENT_BODY_TIMEOUT'] || 65 %>;
# Must read the body in 65 seconds.
client_body_timeout <%= ENV['NGINX_CLIENT_BODY_TIMEOUT'] || 10 %>;
# Must read the body in 10 seconds.

port_in_redirect off;

Expand Down

0 comments on commit 37f0314

Please sign in to comment.