summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-11 15:58:01 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-11 15:58:01 +0200
commit1374fac8de85fe1ac877096f18b60a1561dfc96f (patch)
treebc9c2f3bd4ac82fab786824e8903a400b6170d7c /webserver.conf
parent6081819802972c716745a44e3521ccb3b3cf7b1a (diff)
Replace SSL_CTX_set_tlsext_servername_callback with SSL_client_hello_get0_ext
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf3
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>