src

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

commit 8cd0cf252c5095b0d54484bc716d598faf8b1edd
parent dcc9a540494357b541b01d6d097d7d120e8be97f
author: nathanael <nathanael@dalliard.ch>
date:   Fri, 21 Nov 2025 19:35:10 +0000

s2: bitcoinwallis -> bitcoin-wallis

diffstat:
Ms2/sysfiles/httpd.conf | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/s2/sysfiles/httpd.conf b/s2/sysfiles/httpd.conf @@ -21,17 +21,17 @@ server "src.dalliard.ch" { gzip-static no log } -server "bitcoinwallis.ch" { +server "bitcoin-wallis.ch" { listen on lo port https root "/bw" gzip-static no log } -server "www.bitcoinwallis.ch" { - alias www.bitcoin-wallis.ch - alias bitcoin-wallis.ch +server "www.bitcoin-wallis.ch" { + alias www.bitcoinwallis.ch + alias bitcoinwallis.ch listen on lo port https - block return 301 "https://bitcoinwallis.ch$REQUEST_URI" + block return 301 "https://bitcoin-wallis.ch$REQUEST_URI" no log } server "bibeltreu.com" {