Skip to content

Instantly share code, notes, and snippets.

@tanordheim
Created April 7, 2011 21:40
Show Gist options
  • Save tanordheim/908800 to your computer and use it in GitHub Desktop.
Save tanordheim/908800 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin hostmaster@domain.tld
ServerName dev.domain.tld
DocumentRoot /www/railsapp/public
<Directory /www/railsapp>
Options All
AllowOverride All
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