Skip to content

Instantly share code, notes, and snippets.

@jwkidd3
Created November 13, 2018 17:09
Show Gist options
  • Save jwkidd3/ce176ff12f3d461976c25169a9078bbd to your computer and use it in GitHub Desktop.
Save jwkidd3/ce176ff12f3d461976c25169a9078bbd to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /var/www/awesome-app
Options -Indexes
ErrorLog /var/log/apache2/error.log
TransferLog /var/log/apache2/access.log
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment