0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00

Updated Proxy examples (markdown)

Marcel Ritter 2022-07-30 17:11:56 +02:00
parent c4c1a4dcfb
commit 2968ad107e

@ -463,6 +463,8 @@ Remember to enable `mod_proxy_wstunnel` and `mod_proxy_http`, for example with:
ProxyPreserveHost On
ProxyRequests Off
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>
```
</details>