fix the default gateway port
reported by @sixcorners in https://github.com/ipfs/go-ipfs/pull/5393#issuecomment-417908209 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Sep 2, 2018 at 09:37 UTC
d5f67d5d7e8145ec0ca23ff9a17070734f50d44a
1 file changed
+1
-1
docs/gateway.md
+1
-1
@@ -4,7 +4,7 @@ An IPFS Gateway acts as a bridge between traditional web browsers and IPFS.
4
Through the gateway, users can browse files and websites stored in IPFS as if
5
they were stored in a traditional web server.
6
7
-By default, go-ipfs nodes run a gateway at `http://127.0.0.1:5001/`.
7
+By default, go-ipfs nodes run a gateway at `http://127.0.0.1:8080/`.
8
9
We also provide a public gateway at `https://ipfs.io`. If you've ever seen a
10
link in the form `https://ipfs.io/ipfs/Qm...`, that's being served from *our*