mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 22:42:51 +01:00
Updated Proxy examples (markdown)
parent
c4c1a4dcfb
commit
2968ad107e
1 changed files with 2 additions and 0 deletions
|
@ -463,6 +463,8 @@ Remember to enable `mod_proxy_wstunnel` and `mod_proxy_http`, for example with:
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
ProxyRequests Off
|
ProxyRequests Off
|
||||||
RequestHeader set X-Real-IP %{REMOTE_ADDR}s
|
RequestHeader set X-Real-IP %{REMOTE_ADDR}s
|
||||||
|
# Add this line if your url attributes are reported back as http://... :
|
||||||
|
# RequestHeader add X-Forwarded-Proto https
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Reference in a new issue