mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-09 03:04:57 -04:00
Fix import paths in example
parent
e2deee749d
commit
827c7ef458
@ -290,10 +290,10 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/caddyserver/caddy"
|
"github.com/caddyserver/caddy/v2"
|
||||||
"github.com/caddyserver/caddy/config/caddyfile"
|
"github.com/caddyserver/caddy/v2/config/caddyfile"
|
||||||
"github.com/caddyserver/caddy/config/httpcaddyfile"
|
"github.com/caddyserver/caddy/v2/config/httpcaddyfile"
|
||||||
"github.com/caddyserver/caddy/modules/caddyhttp"
|
"github.com/caddyserver/caddy/v2/modules/caddyhttp"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user