From df475f48176b56a68d838c4ab07521160023b5b2 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 15 Feb 2019 15:52:23 -0800 Subject: [PATCH] docs: document Gateway.NoFetch License: MIT Signed-off-by: Steven Allen --- docs/config.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.