Update config.go
parent
4fe45ab909
commit
9b39e2f26c
|
@ -3,7 +3,7 @@ package config
|
||||||
import (
|
import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/mholt/caddy/config/setup"
|
"github.com/mholt/caddy/caddy/setup"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Config is the add-on configuration set on Caddyfile
|
// Config is the add-on configuration set on Caddyfile
|
||||||
|
|
Loading…
Reference in New Issue