mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Fix nginx example
location and X-Script-Name must be the same of course.
This commit is contained in:
parent
fc4d1b6caa
commit
5071c1931c
1 changed files with 1 additions and 1 deletions
2
proxy.md
2
proxy.md
|
@ -12,7 +12,7 @@ Example **nginx** configuration:
|
||||||
```nginx
|
```nginx
|
||||||
location /sub/folder/radicale {
|
location /sub/folder/radicale {
|
||||||
proxy_pass localhost:5232/; # The / is important!
|
proxy_pass localhost:5232/; # The / is important!
|
||||||
proxy_set_header X-Script-Name /radciale;
|
proxy_set_header X-Script-Name /sub/folder/radicale;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue