mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-23 10:19:21 -07:00
Updated Proxy examples (markdown)
@@ -370,7 +370,7 @@ Example NixSO nginx config. For more Information about NixOS Deployment see [Dep
|
|||||||
<details>
|
<details>
|
||||||
<summary>Apache (by fbartels)</summary><br/>
|
<summary>Apache (by fbartels)</summary><br/>
|
||||||
|
|
||||||
Remember to enable `mod_proxy_wstunnel`, for example with: `a2enmod proxy_wstunnel`.
|
Remember to enable `mod_proxy_wstunnel` and `mod_proxy_http`, for example with: `a2enmod proxy_wstunnel` and `a2enmod proxy_http`.
|
||||||
```apache
|
```apache
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
@@ -405,6 +405,8 @@ It can look something like:
|
|||||||
LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so`
|
LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so`
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On some OS's you can use a2enmod, for example with: `a2enmod proxy_wstunnel` and `a2enmod proxy_http`.
|
||||||
|
|
||||||
```apache
|
```apache
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
|
|||||||
Reference in New Issue
Block a user