summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf
index a50dc6d..44dba49 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -13,6 +13,9 @@
<host>lists.antcom.de</host>
<host>antcom.de</host>
<host>www.antcom.de</host>
+ <host>ip6-localhost</host>
+ <host>127.0.0.1</host>
+ <host>[::1]</host>
<path requested="/">
<plugin>static-files</plugin>
<target>/home/ernie/homepage/test</target>
@@ -54,11 +57,25 @@
-->
</socket>
<socket>
+ <address>::1</address>
+ <port>8080</port>
+ <protocol>http</protocol>
+ <!--
+ <site>antcom.de</site>
+ <site>reichwein.it</site>
+ -->
+ </socket>
+ <socket>
<address>127.0.0.1</address>
<port>8081</port>
<protocol>https</protocol>
</socket>
<socket>
+ <address>::1</address>
+ <port>8081</port>
+ <protocol>https</protocol>
+ </socket>
+ <socket>
<address>127.0.0.1</address>
<port>443</port>
<protocol>https</protocol>