diff options
author | Brian Picciano <me@mediocregopher.com> | 2025-01-27 14:19:19 +0100 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2025-01-27 14:19:19 +0100 |
commit | e8e127139a729ddc890ed4462eb213a3826ae7f3 (patch) | |
tree | 91b1231030e665078b85e4674c418777dff1400e /example/Caddyfile | |
parent | 8f2bd170e74116bfe3783a6840d2c0559ac47fb2 (diff) |
Diffstat (limited to 'example/Caddyfile')
-rw-r--r-- | example/Caddyfile | 2 |
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 |