mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-05 07:54:59 -06:00
Updated Proxy examples (markdown)
parent
01e621377f
commit
a53d4ddcfe
@ -485,6 +485,8 @@ server {
|
|||||||
Remember to enable `mod_proxy_http`, for example with: `a2enmod proxy_http`.
|
Remember to enable `mod_proxy_http`, for example with: `a2enmod proxy_http`.
|
||||||
This requires Apache >= 2.4.47
|
This requires Apache >= 2.4.47
|
||||||
|
|
||||||
|
If you access your vault via a public https address (which then gets redirected internally on your server to http and port 80 for example), you must enable `RequestHeader set X-Forwarded-Proto "https"`, otherwise your vault will load but not your data.
|
||||||
|
|
||||||
```apache
|
```apache
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user