diff options
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf index 44dba49..e3731bc 100644 --- a/webserver.conf +++ b/webserver.conf @@ -13,6 +13,7 @@ <host>lists.antcom.de</host> <host>antcom.de</host> <host>www.antcom.de</host> + <host>localhost</host> <host>ip6-localhost</host> <host>127.0.0.1</host> <host>[::1]</host> @@ -32,6 +33,8 @@ <site> <name>marx</name> <host>marx.antcom.de</host> + <host>marx1.antcom.de</host> + <host>localhost</host> <path requested="/"> <plugin>static-files</plugin> <target>/home/ernie/homepage/test1</target> |