Skip to content

Instantly share code, notes, and snippets.

@fidel
Created February 10, 2013 09:41
Show Gist options
  • Save fidel/4748985 to your computer and use it in GitHub Desktop.
Save fidel/4748985 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName depot.yourhost.com
DocumentRoot /home/ruby/depot/public/
<Directory /home/ruby/depot/public>
AllowOverride all
RailsEnv development
Options -MultiViews
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