Skip to content

Instantly share code, notes, and snippets.

@Pharserror
Last active September 10, 2015 04:33
Show Gist options
  • Select an option

  • Save Pharserror/bd7a5cccf4fd6b5a5782 to your computer and use it in GitHub Desktop.

Select an option

Save Pharserror/bd7a5cccf4fd6b5a5782 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName 0.0.0.0
ServerAlias localhost
ServerAdmin webmaster@localhost
DocumentRoot /var/www/eightyproof/public
RailsEnv development
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory "/var/www/eightyproof/public">
Options FollowSymLinks
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment