Skip to content

Commit

Permalink
nginx: increase read timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz authored and linusg committed Jul 28, 2024
1 parent 3365959 commit 5ecad2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ http {
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_types text/plain text/css application/json application/javascript text/javascript;
proxy_read_timeout 600;
}
}

0 comments on commit 5ecad2b

Please sign in to comment.