Skip to content

Commit

Permalink
use localhost in nginx example
Browse files Browse the repository at this point in the history
  • Loading branch information
mt7479 committed Jan 21, 2018
1 parent d2c3a55 commit 747f5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/nginx-example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Make sure to preserve the trailing slashes if you change the location.

location /upload/ {
proxy_pass http://127.0.0.1:5000/;
proxy_pass http://localhost:5000/;
client_max_body_size 100M;
}

0 comments on commit 747f5e0

Please sign in to comment.