Skip to content

Commit

Permalink
increase proxy_buffers and proxy_buffer_size
Browse files Browse the repository at this point in the history
This change will increase the size of proxy_buffers and proxy_buffer_size so that longer URLs don't return a 502 Bad Gateway.
  • Loading branch information
djbender authored Jul 10, 2017
1 parent 145f2ad commit b496080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dinghy.nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ client_header_buffer_size 256k;
large_client_header_buffers 8 1024k;
proxy_read_timeout 86400s;
proxy_send_timeout 86400s;
proxy_buffers 8 1024k;
proxy_buffer_size 1024k;

0 comments on commit b496080

Please sign in to comment.