mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Merge pull request #1310 from quite/doc-radicale-at-root
Document removal of X-Script-Name when serving Radicale at root (/)
This commit is contained in:
commit
668ad03fa3
1 changed files with 7 additions and 3 deletions
|
@ -328,9 +328,13 @@ start the **Radicale** service.
|
||||||
|
|
||||||
### Reverse Proxy
|
### Reverse Proxy
|
||||||
|
|
||||||
When a reverse proxy is used, the path at which Radicale is available must
|
When a reverse proxy is used, and Radicale should be made available at a path
|
||||||
be provided via the `X-Script-Name` header. The proxy must remove the location
|
below the root (such as `/radicale/`), then this path must be provided via
|
||||||
from the URL path that is forwarded to Radicale.
|
the `X-Script-Name` header (without a trailing `/`). The proxy must remove
|
||||||
|
the location from the URL path that is forwarded to Radicale. If Radicale
|
||||||
|
should be made available at the root of the web server (in the nginx case
|
||||||
|
using `location /`), then the setting of the `X-Script-Name` header should be
|
||||||
|
removed from the example below.
|
||||||
|
|
||||||
Example **nginx** configuration:
|
Example **nginx** configuration:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue