Skip to content

Instantly share code, notes, and snippets.

@gigo6000
Created November 14, 2017 22:56
Show Gist options
  • Save gigo6000/1342b0b8bdc0456105ad23cab2542652 to your computer and use it in GitHub Desktop.
Save gigo6000/1342b0b8bdc0456105ad23cab2542652 to your computer and use it in GitHub Desktop.
local.phpcali.com.conf
<VirtualHost *:80>
ServerName local.phpcali.com
DocumentRoot /vagrant/public
<Directory /vagrant/public>
AllowOverride All
Require all granted
</Directory>
# uncomment the following lines if you install assets as symlinks
# or run into problems when compiling LESS/Sass/CoffeeScript assets
# <Directory /vagrant>
# Options FollowSymlinks
# </Directory>
ErrorLog /var/log/apache2/local.phpcali.com-error.log
CustomLog /var/log/apache2/local.phpcali.com-access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment