9 lines
285 B
Plaintext
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> |