From aa2583cc261a05cd98c2c76e77668baf6f852566 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Fri, 3 Oct 2014 11:54:00 +0100
Subject: [PATCH] Added enable_proxy

---
 docs/Options.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/Options.md b/docs/Options.md
index bb172f3ef..8f4159c00 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -69,6 +69,11 @@ A directory to serve. Default: current working directory.
 ### enable\_directory\_listing
 Enable directory listing, either `yes` or `no`. Default: `yes`.
 
+### enable\_proxy
+Enable proxy functionality, either `yes` or `no`. If set to `yes`, then
+browsers can be configured to use Mongoose as a proxy. Default: `no`.
+
+
 ### extra\_mime\_types
 Extra mime types to recognize, in form `extension1=type1,extension2=type2,...`.
 Extension must include dot.  Example:
-- 
GitLab