Merge pull request #5419 from ipfs/docs/fix-gateway-port

fix the default gateway port
This commit is contained in:
Steven Allen 2018-09-02 16:57:10 +00:00 committed by GitHub
commit 78a32f2e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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*