Skip to content

Instantly share code, notes, and snippets.

Created March 8, 2015 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/712863642fcd4f5cebe2 to your computer and use it in GitHub Desktop.
Save anonymous/712863642fcd4f5cebe2 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /home/mysite/x/public
ErrorLog ${APACHE_LOG_DIR}/x_error.log
CustomLog ${APACHE_LOG_DIR}/x_access.log combined
PassengerEnabled on
<Directory /home/mysite/x/public>
AllowOverride all
Options -MultiViews
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment