Skip to content

Instantly share code, notes, and snippets.

@strikeout
strikeout / gist:cfa3c6d009e85a0c78d0
Created February 26, 2015 17:09
Apache vhost config for Meteor with working websockets
<VirtualHost 10.248.206.19:80>
ServerName some.domain.com
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>