Skip to content

Instantly share code, notes, and snippets.

@alea12
Created June 25, 2013 14:34
Show Gist options
  • Save alea12/5858955 to your computer and use it in GitHub Desktop.
Save alea12/5858955 to your computer and use it in GitHub Desktop.
Rails on Apache
<VirtualHost *:80>
ServerName hoge.alea12.net
DocumentRoot /home/alea12/rails/app/public/
<Directory "/home/alea12/rails/app/public">
Options -MultiViews
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