@cryptotaxi247 / kubo / commits / c86244ecf

Update docs/config.md

Jessica Schilling committed May 28, 2020 at 11:15 UTC c86244ecf5a403e565800fa2607a7f391ce55492
1 file changed +1 -1
docs/config.md
+1 -1
@@ -510,7 +510,7 @@ Default: `[]`
510 A boolean to configure whether the gateway at the hostname provides [Origin isolation](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy)
511 between content roots.
512
513 -- `true` - enables [subdomain gateway](#https://docs.ipfs.io/how-to/address-ipfs-on-web/#http-gateways) at `http://*.{hostname}/`
513 +- `true` - enables [subdomain gateway](#https://docs.ipfs.io/how-to/address-ipfs-on-web/#subdomain-gateway) at `http://*.{hostname}/`
514 - **Requires whitelist:** make sure respective `Paths` are set.
515 For example, `Paths: ["/ipfs", "/ipns"]` are required for `http://{cid}.ipfs.{hostname}` and `http://{foo}.ipns.{hostname}` to work:
516 ```json