mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Minor fixes
This commit is contained in:
parent
ad72c218c3
commit
e69970ed56
10 changed files with 108 additions and 107 deletions
4
proxy.md
4
proxy.md
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue