We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f2445 commit e023cf8Copy full SHA for e023cf8
reverse-proxy/apache2/plausible.conf
@@ -4,6 +4,8 @@
4
ServerName example.com
5
6
ProxyPreserveHost On
7
+ ProxyAddHeaders On
8
+ ProxyPassMatch ^/(live/websocket)$ ws://localhost:8000/$1
9
ProxyPass / http://localhost:8000/
10
ProxyPassReverse / http://localhost:8000/
11
0 commit comments