Updated Proxy examples (markdown)

Mathijs van Veluw
2020-12-12 18:04:16 +01:00
parent 2eeabf0f90
commit 2020b377b8

@@ -370,7 +370,7 @@ Example NixSO nginx config. For more Information about NixOS Deployment see [Dep
<details>
<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
<VirtualHost *:443>
SSLEngine on
@@ -405,6 +405,8 @@ It can look something like:
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
<VirtualHost *:443>
SSLEngine on