Skip to content

Instantly share code, notes, and snippets.

@mrcmorales
Created October 28, 2020 15:39
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 mrcmorales/9db1caf1d899257cfc82fef67e92fa8a to your computer and use it in GitHub Desktop.
Save mrcmorales/9db1caf1d899257cfc82fef67e92fa8a to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName circuit.local
DocumentRoot /home/marc/work/circuit/web
<Directory /home/marc/work/circuit/web>
# enable the .htaccess rewrites
AllowOverride All
Require all granted
</Directory>
ErrorLog /var/log/apache2/circuit_error.log
CustomLog /var/log/apache2/circuit_access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment