crunchbutton/conf/cockpit.conf
2014-05-09 08:54:17 -07:00

9 lines
285 B
Plaintext

<VirtualHost *:80>
ServerName cockpit.la
ServerAlias *.cockpit.la dispatch.la *.dispatch.la
DocumentRoot /home/cockpit/www
ServerAdmin webmaster@cockpit.la
UseCanonicalName Off
ErrorLog /home/cockpit/logs/error_log
CustomLog /home/cockpit/logs/access_log combined
</VirtualHost>