commit b084266e7718d4efcb8f8e907395904628b43745 parent c1d867bff99077fc86ff4085c6f7bd5e242805f0 author: nathanael <nathanael@dalliard.ch> date: Thu, 16 Oct 2025 06:11:23 +0000 s1: serve http://dalliard.ch diffstat:
| M | s1/sysfiles/httpd.conf | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/s1/sysfiles/httpd.conf b/s1/sysfiles/httpd.conf @@ -19,6 +19,15 @@ server "https" { } server "dalliard.ch" { + listen on egress port http + location "/p" { + block return 301 "https://dalliard.ch/22b0bce1868386a2cc5b63cac61abf796ebd00e2.asc" + } + errdocs "/www" + root "/www" + no log +} +server "dalliard.ch" { listen on lo port https location "/p" { block return 301 "https://dalliard.ch/22b0bce1868386a2cc5b63cac61abf796ebd00e2.asc"