From dc79c9112b13dc5cec334c3c671b75e3cc43811c Mon Sep 17 00:00:00 2001 From: Collin J. Doering Date: Fri, 31 May 2024 09:29:52 -0400 Subject: balg02: Correct typos --- .guix/guix-na/config/balg02.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.guix/guix-na/config/balg02.scm') diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index fb211ea..2f73fbe 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -291,7 +291,7 @@ synonymous IETF language tags that should be mapped to the same $lang." ;; Domains that still explicitly support plain HTTP. (nginx-server-configuration (listen '("80")) - (server-name `("ci.guix.gnu.org" + (server-name `("cuirass.genenetwork.org" ;; "~[0-9]$" ; TODO: onion @@ -308,9 +308,9 @@ synonymous IETF language tags that should be mapped to the same $lang." ;; HTTPS servers (nginx-server-configuration (listen '("443 ssl")) - (server-name '("ci.guix.gnu.org")) - (ssl-certificate (le "ci.guix.gnu.org")) - (ssl-certificate-key (le "ci.guix.gnu.org" 'key)) + (server-name '("cuirass.genenetwork.org")) + (ssl-certificate (le "cuirass.genenetwork.org")) + (ssl-certificate-key (le "cuirass.genenetwork.org" 'key)) (locations (balg02-locations %publish-url)) (raw-content (append -- cgit v1.2.3