11 lines
149 B
Caddyfile
11 lines
149 B
Caddyfile
{
|
|
# debug
|
|
log {
|
|
format console
|
|
output file /var/log/caddy/caddy.log
|
|
}
|
|
auto_https disable_redirects
|
|
}
|
|
|
|
import sites-enabled/*.caddy
|