From 79bd8d687713df87ba7d7fef933e7f3a71dd6eee Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 1 Feb 2025 13:44:00 +0200 Subject: [WIP] test nginx path Change-Id: I7451d79a8a48031b14244dfdcb43371a81a5dad2 --- gnu/services/version-control.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/version-control.scm b/gnu/services/version-control.scm index 14ff0a59a6..96cc991438 100644 --- a/gnu/services/version-control.scm +++ b/gnu/services/version-control.scm @@ -218,7 +218,7 @@ (define* (git-http-nginx-location-configuration #:optional (($ package git-root export-all? uri-path fcgiwrap-socket) (nginx-location-configuration - (uri (string-append "~ /" (string-trim-both uri-path #\/) "(/.*)")) + (uri (string-append "~ " (string-trim-both uri-path #\/) "(/.*)")) (body (list (list "fastcgi_pass " fcgiwrap-socket ";") -- cgit v1.2.3