Skip to content

Instantly share code, notes, and snippets.

@bobdobs
bobdobs / vhosts-template
Last active December 23, 2015 01:59 — forked from gistwebdev/template
<VirtualHost *:80>
ServerAdmin template.email
ServerName template.url
# ServerAlias template.url
DocumentRoot template.webroot/docs
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>