doc/extension: related to https://github.com/Kozea/Radicale/issues/842#issuecomment-4231416018
This commit is contained in:
@@ -436,6 +436,10 @@ See also for latest examples: https://github.com/Kozea/Radicale/tree/master/cont
|
|||||||
handle_path /radicale/* {
|
handle_path /radicale/* {
|
||||||
uri strip_prefix /radicale
|
uri strip_prefix /radicale
|
||||||
reverse_proxy localhost:5232 {
|
reverse_proxy localhost:5232 {
|
||||||
|
# replace "HOST" with configured hostname of URL (FQDN) in client
|
||||||
|
header_up Host HOST
|
||||||
|
# replace "PORT" with configured port of URL in client
|
||||||
|
header_up X-Forwarded-Port PORT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user