8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin webmaster@example.org
|
|
ServerName example.org
|
|
ServerAlias www.example.org
|
|
DocumentRoot /srv/www/example.org/public_html/
|
|
ErrorLog /srv/www/example.org/logs/error.log
|
|
CustomLog /srv/www/example.org/logs/access.log combined
|
|
</VirtualHost> |