diff --git a/reverse-proxy/apache2/plausible.conf b/reverse-proxy/apache2/plausible.conf index 9354436..5a79e9a 100644 --- a/reverse-proxy/apache2/plausible.conf +++ b/reverse-proxy/apache2/plausible.conf @@ -4,6 +4,8 @@ ServerName example.com ProxyPreserveHost On + ProxyAddHeaders On + ProxyPassMatch ^/(live/websocket)$ ws://localhost:8000/$1 ProxyPass / http://localhost:8000/ ProxyPassReverse / http://localhost:8000/