@cryptotaxi247 / kubo / commits / 0acfb3876

chore: fix a typo

Marcin Rataj committed Jul 10, 2020 at 19:42 UTC 0acfb38763208999d0608a28f534867baad615f3
1 file changed +1 -1
docs/config.md
+1 -1
@@ -701,7 +701,7 @@ Below is a list of the most common public gateway setups.
701 **Note II:** if you run go-ipfs behind a reverse proxy that provides TLS, make it add a `X-Forwarded-Proto: https` HTTP header to ensure users are redirected to `https://`, not `http://`. The NGINX directive is `proxy_set_header X-Forwarded-Proto "https";`.:
702 `http://dweb.link/ipfs/{cid}` → `https://{cid}.ipfs.dweb.link`
703 **Note III:** we also support `X-Forwarded-Proto: example.com` if you want to override subdomain gateway host from the original request:
704 - `http://dweb.link/ipfs/{cid}` → `http://{cid}.ipfs.example`
704 + `http://dweb.link/ipfs/{cid}` → `http://{cid}.ipfs.example.com`
705
706
707 * Public [path gateway](https://docs.ipfs.io/how-to/address-ipfs-on-web/#path-gateway) at `http://ipfs.io/ipfs/{cid}` (no Origin separation)