mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 10:34:09 +01:00
Typo and formatting fixes in docs
This commit is contained in:
parent
18b3e6a9fd
commit
be85825b60
1 changed files with 4 additions and 4 deletions
|
|
@ -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/``
|
||||
++++++++++++++
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue