1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Improve reverse proxy documentation

This commit is contained in:
Unrud 2017-05-29 02:20:41 +02:00
parent 6fb212cc73
commit cb05958aff

View file

@ -4,9 +4,9 @@ title: Reverse Proxy
permalink: /proxy/
---
When a everse proxy is used, the path at which Radicale is available must
be provided via the `X-Script-Name` header.
When a reverse proxy is used, the path at which Radicale is available must
be provided via the `X-Script-Name` header. The proxy must remove the location
from the URL path that is forwarded to Radicale.
Example **nginx** configuration:
```nginx