Skip to content

Commit

Permalink
Merge pull request #5 from grizooo/master
Browse files Browse the repository at this point in the history
HTTP 504 Gateway Timout
  • Loading branch information
robertlemke authored Nov 7, 2023
2 parents eb1c1eb + 85b08da commit a90d42c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nginx/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ proxy_set_header X-Forwarded-Port $proxy_x_forwarded_port;
proxy_set_header Proxy "";

client_max_body_size 500M;

proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
send_timeout 600;

0 comments on commit a90d42c

Please sign in to comment.