src

sauce
got clone ssh://anon@src.dalliard.ch/src
log | files | refs

commit 4060cba33503c05a324892b3d97054f59e0982ca
parent 2f76a01991bd9c357f7533cef89504e7e014712d
author: nathanael <nathanael@dalliard.ch>
date:   Tue, 14 Oct 2025 22:42:10 +0000

s2: add bitcoin-wallis.ch

diffstat:
Ms2/sysfiles/acme-client.conf | 6+++++-
Ms2/sysfiles/httpd.conf | 7+++++++
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/s2/sysfiles/acme-client.conf b/s2/sysfiles/acme-client.conf @@ -11,7 +11,11 @@ domain s2.dalliard.ch { sign with letsencrypt } domain bitcoinwallis.ch { - alternative names { www.bitcoinwallis.ch } + alternative names { + www.bitcoinwallis.ch + www.bitcoin-wallis.ch + bitcoin-wallis.ch + } domain key "/etc/ssl/private/bitcoinwallis.ch.key" domain full chain certificate "/etc/ssl/bitcoinwallis.ch.crt" sign with letsencrypt diff --git a/s2/sysfiles/httpd.conf b/s2/sysfiles/httpd.conf @@ -27,6 +27,13 @@ server "bitcoinwallis.ch" { root "/bw" no log } +server "www.bitcoinwallis.ch" { + alias www.bitcoin-wallis.ch + alias bitcoin-wallis.ch + listen on lo port https + block return 301 "https://bitcoinwallis.ch$REQUEST_URI" + no log +} server "bibeltreu.com" { listen on lo port https errdocs "/bt"