Skip to content

Instantly share code, notes, and snippets.

@ozw-sei
Created June 17, 2014 07:33
Show Gist options
  • Select an option

  • Save ozw-sei/121ec43c2e32bf8daf17 to your computer and use it in GitHub Desktop.

Select an option

Save ozw-sei/121ec43c2e32bf8daf17 to your computer and use it in GitHub Desktop.
/etc/httpd/conf.d/
<VirtualHost *:80>
ServerAdmin localhost
DocumentRoot /vagrant/project/curely/docroot
ServerName localhost
ErrorLog /var/log/application.error.log
TransferLog /var/log/application.access_log
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment