aboutsummaryrefslogtreecommitdiff
path: root/example/Caddyfile
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2025-01-27 14:19:19 +0100
committerBrian Picciano <me@mediocregopher.com>2025-01-27 14:19:19 +0100
commite8e127139a729ddc890ed4462eb213a3826ae7f3 (patch)
tree91b1231030e665078b85e4674c418777dff1400e /example/Caddyfile
parent8f2bd170e74116bfe3783a6840d2c0559ac47fb2 (diff)
Update docs regarding git_remote_repo plugin, it must include wildcard matcherHEADmain
Diffstat (limited to 'example/Caddyfile')
-rw-r--r--example/Caddyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Caddyfile b/example/Caddyfile
index beba6b6..9887fbb 100644
--- a/example/Caddyfile
+++ b/example/Caddyfile
@@ -14,7 +14,7 @@ http://git-remote-repo.localhost {
# Serve the git repository which can be found in the test-repo.git
# sub-directory of the site root.
- git_remote_repo "{http.vars.root}/test-repo.git"
+ git_remote_repo * "{http.vars.root}/test-repo.git"
}
file_server