mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Updated Reverse Proxy Diagnostics Troubleshooting (markdown)
parent
8ef67ca0c4
commit
52acca2431
1 changed files with 2 additions and 1 deletions
|
@ -218,7 +218,8 @@ Check for headers passed to _Radicale_
|
||||||
See also
|
See also
|
||||||
* https://github.com/Kozea/Radicale/blob/master/contrib/apache/radicale.conf
|
* https://github.com/Kozea/Radicale/blob/master/contrib/apache/radicale.conf
|
||||||
|
|
||||||
``` RequestHeader set X-Forwarded-Port "%{SERVER_PORT}s"
|
```
|
||||||
|
RequestHeader set X-Forwarded-Port "%{SERVER_PORT}s"
|
||||||
RequestHeader unset X-Forwarded-Proto
|
RequestHeader unset X-Forwarded-Proto
|
||||||
<If "%{HTTPS} =~ /on/">
|
<If "%{HTTPS} =~ /on/">
|
||||||
RequestHeader set X-Forwarded-Proto "https"
|
RequestHeader set X-Forwarded-Proto "https"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue