diff options
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 |