new production site for cakelampvm.com
[feisty_meow.git] / production / sites / cakelampvm.com / rolling / default_page.001 / 001-default-http.conf
1
2
3 <Directory "/opt/feistymeow.org/feisty_meow/production/sites/cakelampvm.com">
4   Options +ExecCGI +Indexes +FollowSymLinks +Includes +MultiViews
5   Require all granted
6 </Directory>
7
8
9 <VirtualHost *:80>
10         ServerName cakelampvm.com
11         ServerAlias www.cakelampvm.com
12         DocumentRoot /opt/feistymeow.org/feisty_meow/production/sites/cakelampvm.com
13         DirectoryIndex vm_index.html
14
15         ServerAdmin developer@localhost
16
17         ErrorLog ${APACHE_LOG_DIR}/error.log
18         CustomLog ${APACHE_LOG_DIR}/access.log combined
19
20 </VirtualHost>
21