diff --git a/Apache.md b/Apache.md index 3603ad7..2cb927c 100644 --- a/Apache.md +++ b/Apache.md @@ -42,6 +42,10 @@ Config at `/etc/apache2/sites-available/example.com.conf`: Include /etc/letsencrypt/options-ssl-apache.conf ServerSignature Off + + require all granted + + ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1" ProxyPass "/" "http://127.0.0.1:3001/" ProxyPassReverse "/" "http://127.0.0.1:3001/"