Skip to content

Commit

Permalink
fix the default gateway port
Browse files Browse the repository at this point in the history
reported by @sixcorners in
#5393 (comment)

License: MIT
Signed-off-by: Steven Allen <[email protected]>
  • Loading branch information
Stebalien committed Sep 2, 2018
1 parent 7b835e9 commit d5f67d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An IPFS Gateway acts as a bridge between traditional web browsers and IPFS.
Through the gateway, users can browse files and websites stored in IPFS as if
they were stored in a traditional web server.

By default, go-ipfs nodes run a gateway at `http://127.0.0.1:5001/`.
By default, go-ipfs nodes run a gateway at `http://127.0.0.1:8080/`.

We also provide a public gateway at `https://ipfs.io`. If you've ever seen a
link in the form `https://ipfs.io/ipfs/Qm...`, that's being served from *our*
Expand Down

0 comments on commit d5f67d5

Please sign in to comment.