summaryrefslogtreecommitdiffhomepage
path: root/caddyhttp/internalsrv/internal.go
diff options
context:
space:
mode:
Diffstat (limited to 'caddyhttp/internalsrv/internal.go')
-rw-r--r--caddyhttp/internalsrv/internal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/caddyhttp/internalsrv/internal.go b/caddyhttp/internalsrv/internal.go
index 3bd47956d..92ad4ab42 100644
--- a/caddyhttp/internalsrv/internal.go
+++ b/caddyhttp/internalsrv/internal.go
@@ -23,7 +23,7 @@ package internalsrv
import (
"net/http"
- "github.com/mholt/caddy/caddyhttp/httpserver"
+ "github.com/caddyserver/caddy/caddyhttp/httpserver"
)
// Internal middleware protects internal locations from external requests -