Skip to content

Commit

Permalink
docs: deprecate Gateway.PathPrefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 19, 2021
1 parent 341d2b5 commit 3e81d6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ Type: `bool`

### `Gateway.PathPrefixes`

**DEPRECATED:** see [go-ipfs#7702](https://github.com/ipfs/go-ipfs/issues/7702)

<!--
Array of acceptable url paths that a client can specify in X-Ipfs-Path-Prefix
header.
Expand All @@ -585,6 +588,8 @@ location /blog/ {
}
```
-->

Default: `[]`

Type: `array[string]`
Expand Down

0 comments on commit 3e81d6a

Please sign in to comment.