From 6081819802972c716745a44e3521ccb3b3cf7b1a Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Apr 2020 13:17:32 +0200 Subject: Support IPv6 --- webserver.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'webserver.conf') diff --git a/webserver.conf b/webserver.conf index a50dc6d..44dba49 100644 --- a/webserver.conf +++ b/webserver.conf @@ -13,6 +13,9 @@ lists.antcom.de antcom.de www.antcom.de + ip6-localhost + 127.0.0.1 + [::1] static-files /home/ernie/homepage/test @@ -53,11 +56,25 @@ reichwein.it --> + +
::1
+ 8080 + http + +
127.0.0.1
8081 https
+ +
::1
+ 8081 + https +
127.0.0.1
443 -- cgit v1.2.3