diff options
author | Mohammed Al Sahaf <msaa1990@gmail.com> | 2019-08-22 21:26:48 +0300 |
---|---|---|
committer | Matt Holt <mholt@users.noreply.github.com> | 2019-08-22 12:26:48 -0600 |
commit | a0fd2b6c0abbd9c121ecf779058fd348327b5e0c (patch) | |
tree | 5bbeb04ec295b9d26c7934511171b1f8ca03f50c /modules/caddyhttp | |
parent | c0da7d487abcdcd9761220d75400f75584482b5f (diff) |
Fix SIV where /v2 was missing from caddyfile adapter work (#2721)
Diffstat (limited to 'modules/caddyhttp')
-rw-r--r-- | modules/caddyhttp/fileserver/caddyfile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/fileserver/caddyfile.go b/modules/caddyhttp/fileserver/caddyfile.go index 902bd14..7afcc9e 100644 --- a/modules/caddyhttp/fileserver/caddyfile.go +++ b/modules/caddyhttp/fileserver/caddyfile.go @@ -17,7 +17,7 @@ package fileserver import ( "encoding/json" - "github.com/caddyserver/caddy/modules/caddyhttp/rewrite" + "github.com/caddyserver/caddy/v2/modules/caddyhttp/rewrite" "github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile" "github.com/caddyserver/caddy/v2/modules/caddyhttp" ) |