1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
3 Reverse Proxy Hints
Peter Bieringer edited this page 2024-11-12 07:38:38 +01:00

See also

Authentication

Stripping domain name from authenticated user

Apache

Insert config to strip domain name from authenticated user

        RequestHeader    edit X_REMOTE_USER "^(.*)@.*" "$1"

Timeouts

Increase timeout

Apache

Increase timeout and also retry

        ProxyPass        http://localhost:5232/ retry=20 connectiontimeout=300 timeout=300