Skip to content

Instantly share code, notes, and snippets.

@benallfree
Forked from anonymous/gist:a3847703a1f2b2b98739
Last active January 26, 2017 12:17
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 benallfree/724c3fd1843688aa9805 to your computer and use it in GitHub Desktop.
Save benallfree/724c3fd1843688aa9805 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/user/public_html
ErrorLog /home/user/public_html/error.log
CustomLog /home/user/public_html/access.log combined
<Directory /home/user/public_html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment