From be85825b6033b15e0fd6ebb5e38c42abc0b95117 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 19 Mar 2017 21:20:14 -0400 Subject: [PATCH] Typo and formatting fixes in docs --- docs/plugins/web.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/plugins/web.rst b/docs/plugins/web.rst index 91b5457bf..74b3e6f6e 100644 --- a/docs/plugins/web.rst +++ b/docs/plugins/web.rst @@ -63,7 +63,7 @@ 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 suppport (see :ref:`reverse-proxy`, below). +- **reverse_proxy**: Enable reverse proxy support (see :ref:`reverse-proxy`, below). Default: reverse proxy support is disabled. - **include_paths**: If true, includes paths in item objects. Default: false. @@ -114,8 +114,9 @@ For example:: cors: 'http://example.com' .. _reverse-proxy: -Reverse Proxy support. -______________________ + +Reverse Proxy Support +--------------------- When the ``web`` plugin server is running behind a reverse proxy, you may want the application to appear below some path other than / or let the reverse @@ -137,7 +138,6 @@ respectively. JSON API -------- - ``GET /item/`` ++++++++++++++