Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
chore: add proxy_request_buffering to default nginx config
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed Mar 5, 2021
1 parent 34097ed commit cd91a40
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ server {
# disable max upload size checks
client_max_body_size 0;

# disable proxy request buffering
proxy_request_buffering off;

location / {
try_files $uri $uri/ /index.html;
}
Expand Down

0 comments on commit cd91a40

Please sign in to comment.