From 9b383f87f456303824f72d571853068ae8e43f55 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 19 Mar 2017 21:27:00 -0400 Subject: [PATCH] Docs: consistent description of a Boolean option --- docs/plugins/web.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/plugins/web.rst b/docs/plugins/web.rst index d726911aa..73a2b9147 100644 --- a/docs/plugins/web.rst +++ b/docs/plugins/web.rst @@ -63,8 +63,9 @@ configuration file. The available options are: Default: 8337. - **cors**: The CORS allowed origin (see :ref:`web-cors`, below). Default: CORS is disabled. -- **reverse_proxy**: Enable reverse proxy support (see :ref:`reverse-proxy`, below). - Default: reverse proxy support is disabled. +- **reverse_proxy**: If true, enable reverse proxy support (see + :ref:`reverse-proxy`, below). + Default: false. - **include_paths**: If true, includes paths in item objects. Default: false.