1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-16 19:00:54 +00:00

Apache example: add X-Remote-User header

This commit is contained in:
Unrud 2018-04-21 10:11:20 +02:00
parent 721fe29e01
commit 91429db198

View file

@ -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}
</Location>
```