Skip to content

Instantly share code, notes, and snippets.

@akimasa
Created April 18, 2015 21:46
Show Gist options
  • Save akimasa/10724301127683d7c8e6 to your computer and use it in GitHub Desktop.
Save akimasa/10724301127683d7c8e6 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{QUERY_STRING} transport=polling
RewriteRule /(.*)$ http://localhost:3000/$1 [P]
ProxyRequests off
ProxyPass /socket.io/socket.io.js http://localhost:3000/socket.io/socket.io.js
ProxyPassReverse /socket.io/socket.io.js http://localhost:3000/socket.io/socket.io.js
ProxyPass /socket.io/ ws://localhost:3000/socket.io/
ProxyPassReverse /socket.io/ ws://localhost:3000/socket.io/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment