summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-04 19:24:16 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-04 19:24:16 +0200
commit1fcaed7a34cce8e55bb071d503bb583f715e7d37 (patch)
tree9c6bcaa267a66b902f308ee253a79da874780e55 /webserver.conf
parent938fbe7a2f2f10a3abb530a9463e57fc20f40038 (diff)
Serve configured sockets
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf20
1 files changed, 12 insertions, 8 deletions
diff --git a/webserver.conf b/webserver.conf
index 2036f67..46d4120 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -11,6 +11,8 @@
<site>
<name>antcom.de</name>
<host>lists.antcom.de</host>
+ <host>antcom.de</host>
+ <host>www.antcom.de</host>
<path requested="/" type="files">
<target>/home/ernie/homepage/test</target>
</path>
@@ -21,11 +23,15 @@
</path>
-->
</site>
- <!--
<site>
- <name>reichwein.it</name>
- <host>reichwein.it</host>
+ <name>marx</name>
+ <host>marx.antcom.de</host>
+ <path requested="/" type="files">
+ <target>/home/ernie/homepage/test1</target>
+ </path>
</site>
+ <!--
+ reichwein.it
danielareichwein.de
rolandreichwein.de
kneipenband.com
@@ -36,20 +42,18 @@
<address>127.0.0.1</address>
<port>8080</port>
<protocol>http</protocol>
- <certpath>/home/ernie/code/webserver/fullchain.pem</certpath>
- <keypath>/home/ernie/code/webserver/privkey.pem</keypath>
<!--
<site>antcom.de</site>
<site>reichwein.it</site>
-->
</socket>
- <!--
<socket>
<address>127.0.0.1</address>
- <port>443</port>
+ <port>8081</port>
<protocol>https</protocol>
+ <certpath>/home/ernie/code/webserver/fullchain.pem</certpath>
+ <keypath>/home/ernie/code/webserver/privkey.pem</keypath>
</socket>
- -->
</sockets>
</webserver>