Skip to content

Instantly share code, notes, and snippets.

@Mstrodl
Created August 6, 2016 01:51
Show Gist options
  • Save Mstrodl/fbe5201d0188f57a0616f7fa44705258 to your computer and use it in GitHub Desktop.
Save Mstrodl/fbe5201d0188f57a0616f7fa44705258 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /var/www/html/vuedo/public
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory "/var/www/html/vuedo/public">
AllowOverride All
</Directory>
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment