Merge pull request #1879 from SuperSandro2000/patch-1

This commit is contained in:
David Mehren 2021-12-08 10:42:31 +01:00 committed by GitHub
commit 4faef0bcba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ Here is an example config snippet:
RewriteEngine on RewriteEngine on
RewriteCond %{REQUEST_URI} ^/socket.io [NC] RewriteCond %{REQUEST_URI} ^/socket.io [NC]
RewriteCond %{HTTP:Upgrade} =websocket [NC] RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteRule /(.*) ws://127.0.0.1:3000/$1 [P,L] RewriteRule /(.*) ws://127.0.0.1:3000/$1 [P,L]
ProxyPass / http://127.0.0.1:3000/ ProxyPass / http://127.0.0.1:3000/