From 91429db1983f23af68eb7e918091195856f9c130 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 21 Apr 2018 10:11:20 +0200 Subject: [PATCH] Apache example: add X-Remote-User header --- proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy.md b/proxy.md index f49736fb..11ab4a3f 100644 --- a/proxy.md +++ b/proxy.md @@ -37,6 +37,7 @@ RewriteRule ^/radicale$ /radicale/ [R,L] ProxyPass http://localhost:5232/ retry=0 ProxyPassReverse http://localhost:5232/ RequestHeader set X-SCRIPT-NAME /radicale/ + RequestHeader set X-Remote-User expr=%{REMOTE_USER} ```