diff options
author | Collin J. Doering | 2024-05-31 09:29:52 -0400 |
---|---|---|
committer | Collin J. Doering | 2024-05-31 09:29:52 -0400 |
commit | dc79c9112b13dc5cec334c3c671b75e3cc43811c (patch) | |
tree | 5ee6ea9f9f5aafcf69912c434c7917f677917b3d /.guix/guix-na | |
parent | b4dda63855d5b1fb5dd18e78dfe0ca1b59ddbb15 (diff) | |
download | guix-north-america-dc79c9112b13dc5cec334c3c671b75e3cc43811c.tar.gz |
balg02: Correct typos
Diffstat (limited to '.guix/guix-na')
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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" ;; <https://logs.guix.gnu.org/guix/2021-11-20.log#155427> "~[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 |