diff options
Diffstat (limited to 'takemi-os.scm')
-rw-r--r-- | takemi-os.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |