diff --git a/docs/config.md b/docs/config.md index 9bf6ab87309..cd3c34dd96a 100644 --- a/docs/config.md +++ b/docs/config.md @@ -224,6 +224,12 @@ Valid modes are: ## `Gateway` Options for the HTTP gateway. +- `NoFetch` +When set to true, the gateway will only serve content already in the local repo +and will not fetch files from the network. + +Default: `false` + - `HTTPHeaders` Headers to set on gateway responses.