Change dir structure for deployment

This commit is contained in:
Andrew Miner
2013-08-17 17:04:36 -07:00
parent af6fe7976e
commit 7ea8fcb5ec
6 changed files with 26 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
<VirtualHost *:80>
ServerName www.crafting-guide.com
ErrorLog logs/crafting-guide.com-error_log
CustomLog logs/crafting-guide.com-access_log common
DocumentRoot /home/crafting-guide/repo/html
<Directory "/home/crafting-guide/repo/html">
AllowOverride None
</Directory>
<Directory "/home/crafting-guide/repo/html/private">
Options Indexes
Order allow,deny
Allow from all
</Directory>
</VirtualHost>