diff --git a/apache.conf.example b/apache.conf.example index 6c2e16f..7dd22f5 100644 --- a/apache.conf.example +++ b/apache.conf.example @@ -40,8 +40,8 @@ # Andernfalls wird ProxyPass verwendet (für HTTP-Polling) RewriteEngine on - RewriteCond %{HTTP:Upgrade} =websocket [NC] - RewriteCond %{HTTP:Connection} =upgrade [NC] + RewriteCond %{HTTP:Upgrade} websocket [NC] + RewriteCond %{HTTP:Connection} upgrade [NC] RewriteRule ^/?(.*) ws://localhost:3050/$1 [P,L] # Fallback für HTTP-Polling (wird verwendet, wenn RewriteRule nicht greift)