1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Minor fixes

This commit is contained in:
Guillaume Ayoub 2017-05-27 12:06:41 +02:00
parent ad72c218c3
commit e69970ed56
10 changed files with 108 additions and 107 deletions

View file

@ -5,11 +5,11 @@ permalink: /proxy/
---
When a everse proxy is used, the path at which Radicale is available must
be provided via the ``X-Script-Name`` header.
be provided via the `X-Script-Name` header.
Example **nginx** configuration:
```
```nginx
location /sub/folder/radicale {
proxy_pass localhost:5232/; # The / is important!
proxy_set_header X-Script-Name /radciale;