Skip to content

Instantly share code, notes, and snippets.

@bishopandco
Created August 17, 2010 19:31
Show Gist options
  • Save bishopandco/531615 to your computer and use it in GitHub Desktop.
Save bishopandco/531615 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName domain.com
DocumentRoot "/home/deploy/domain.com/current/public"
RailsEnv production
AddHandler passenger .php #added to support legacy routes
<Directory "/home/deploy/domain.com/current/public">
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment