Worked out the kinks with the Apache conf

This commit is contained in:
Josh Sherman 2012-10-11 14:37:39 -04:00
parent 904a5856ce
commit b779690b49

View file

@ -0,0 +1,4 @@
<VirtualHost *:80>
ServerName pickles.local
DocumentRoot /usr/share/pickles/bootstrap/public
</VirtualHost>