From 317976779cdc422f16ed001cf5e6bcd0d5976396 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 21 Sep 2023 21:29:11 -0400 Subject: takemi: Fix git URL regexp. --- takemi-os.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'takemi-os.scm') diff --git a/takemi-os.scm b/takemi-os.scm index 7d99c8e..7bbfa55 100644 --- a/takemi-os.scm +++ b/takemi-os.scm @@ -212,7 +212,7 @@ ;; URI paths with .git are handled by ;; Git's "smart" HTTP protocol. (nginx-location-configuration - (uri "~ (/.*\\.git.*)") + (uri "~ (/.*\\.git/.*)") (body `(("fastcgi_pass " ,fcgiwrap-socket ";") ("fastcgi_param SCRIPT_FILENAME " -- cgit v1.2.3