Config file fix
This commit is contained in:
parent
be7740e880
commit
d1a8815e17
|
@ -1,8 +1,8 @@
|
|||
<VirtualHost *:80>
|
||||
|
||||
ServerName metanohi.name
|
||||
ServerAlias www.metanohi.name nohi.lcl
|
||||
ServerAdmin ns@metanohi.org
|
||||
ServerAlias metanohi.name www.metanohi.name
|
||||
ServerAdmin ns@metanohi.name
|
||||
|
||||
DocumentRoot /home/niels/www/meta/nohi
|
||||
|
||||
|
@ -37,5 +37,5 @@
|
|||
ErrorLog /var/log/apache2/metanohi.name-error.log
|
||||
CustomLog /var/log/apache2/metanohi.name-access.log combined
|
||||
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
|
Loading…
Reference in New Issue