Skip to content

Instantly share code, notes, and snippets.

@iambriansreed
Created January 16, 2016 23:06
Show Gist options
  • Save iambriansreed/df924b05ab5654332391 to your computer and use it in GitHub Desktop.
Save iambriansreed/df924b05ab5654332391 to your computer and use it in GitHub Desktop.
NameVirtualHost *:80
<Directory "/Volumes/www/">
Allow From All
AllowOverride All
Options +Indexes
Require all granted
</Directory>
<VirtualHost *:80>
ServerName localhost.dev
ServerAlias *.dev
VirtualDocumentRoot /Volumes/www/%1
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment