Skip to content

Instantly share code, notes, and snippets.

@kennon
Created July 5, 2010 13:39
Show Gist options
  • Save kennon/464357 to your computer and use it in GitHub Desktop.
Save kennon/464357 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName rails
ServerAlias *.rails
<Location />
ProxyPass http://127.0.0.1:3000/ retry=0
ProxyPassReverse http://127.0.0.1:3000/
</Location>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment