diff options
-rw-r--r-- | takemi-os.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/takemi-os.scm b/takemi-os.scm index 21497a0..7d99c8e 100644 --- a/takemi-os.scm +++ b/takemi-os.scm @@ -209,9 +209,8 @@ (root cgit) (locations (list - ;; URI paths ending in .git are - ;; handled by Git's "smart" HTTP - ;; protocol. + ;; URI paths with .git are handled by + ;; Git's "smart" HTTP protocol. (nginx-location-configuration (uri "~ (/.*\\.git.*)") (body |