Skip to content

Commit

Permalink
Adds sets proxy buffer to off
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLeister committed Jul 4, 2018
1 parent 8c3743a commit 819d418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Create a new config file ```/etc/nginx/sites-available/uploads.myserver.tld```:

location /upload/ {
proxy_pass http://127.0.0.1:5050/upload/;
proxy_request_buffering off;
}
}

Expand Down

0 comments on commit 819d418

Please sign in to comment.