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:
parent
721fe29e01
commit
91429db198
1 changed files with 1 additions and 0 deletions
1
proxy.md
1
proxy.md
|
@ -37,6 +37,7 @@ RewriteRule ^/radicale$ /radicale/ [R,L]
|
||||||
ProxyPass http://localhost:5232/ retry=0
|
ProxyPass http://localhost:5232/ retry=0
|
||||||
ProxyPassReverse http://localhost:5232/
|
ProxyPassReverse http://localhost:5232/
|
||||||
RequestHeader set X-SCRIPT-NAME /radicale/
|
RequestHeader set X-SCRIPT-NAME /radicale/
|
||||||
|
RequestHeader set X-Remote-User expr=%{REMOTE_USER}
|
||||||
</Location>
|
</Location>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue