diff options
author | Thanos Apollo <[email protected]> | 2025-02-01 13:44:00 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-02-01 18:34:17 +0200 |
commit | 79bd8d687713df87ba7d7fef933e7f3a71dd6eee (patch) | |
tree | a121f494353f9d2a714edaac71750419a35aee3f | |
parent | 18e42984a6224e4f20202993e85bdcca7e26c634 (diff) |
[WIP] test nginx pathtest
Change-Id: I7451d79a8a48031b14244dfdcb43371a81a5dad2
-rw-r--r-- | gnu/services/version-control.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ access to exported repositories under @file{/srv/git}." (($ <git-http-configuration> 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 ";") |