diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-09-24 11:02:21 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-09-24 11:02:21 +0200 |
commit | 9a40db34cd48b776023e3558a855458fa4f9d264 (patch) | |
tree | b7458e4702fa01a73adc78c73563590cb8d684f3 /webserver.conf | |
parent | 108dec000f813e1ba54dfc2a59a9dfe028cca414 (diff) |
webserver version 1.14: Bugfix: URL decode in static files
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf index 9ff0b0e..5e97cd2 100644 --- a/webserver.conf +++ b/webserver.conf @@ -16,6 +16,8 @@ <host>ip6-localhost</host> <host>127.0.0.1</host> <host>[::1]</host> + <host>reichwein.mooo.com</host> + <host>[2001:a61:410:c001:5e51:4fff:fea2:ec7f]</address> <path requested="/"> <plugin>static-files</plugin> @@ -134,6 +136,12 @@ </socket> <socket> + <address>2001:a61:410:c001:5e51:4fff:fea2:ec7f</address> + <port>80</port> + <protocol>http</protocol> + <site>antcom.de</site> + </socket> + <socket> <address>::1</address> <port>8080</port> <protocol>http</protocol> |