From 7c017acc1438599e78758f0938078cb85d4b68fc Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 20 Aug 2025 00:40:28 +0100 Subject: nginx: Use an—the correct article—with alias. --- guix/forge/nginx.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/forge/nginx.scm b/guix/forge/nginx.scm index a1f99c2..f0d3c34 100644 --- a/guix/forge/nginx.scm +++ b/guix/forge/nginx.scm @@ -1,5 +1,5 @@ ;;; guix-forge --- Guix software forge meta-service -;;; Copyright © 2023 Arun Isaac +;;; Copyright © 2023, 2025 Arun Isaac ;;; ;;; This file is part of guix-forge. ;;; @@ -82,7 +82,7 @@ specified by @var{config}." (locations (list (nginx-location-configuration (uri "/.well-known/acme-challenge/") - ;; Without a trailing slash, a alias of /var/foo + ;; Without a trailing slash, an alias of /var/foo ;; would lookup /bar at /var/foobar, not ;; /var/foo/bar. So, a trailing slash is ;; significant. Append it if not already -- cgit 1.4.1