15 lines
178 B
Caddyfile
15 lines
178 B
Caddyfile
{
|
|
admin localhost:2019
|
|
|
|
log {
|
|
format console
|
|
}
|
|
|
|
servers {
|
|
trusted_proxies cloudflare
|
|
client_ip_headers Cf-Connecting-Ip
|
|
}
|
|
}
|
|
|
|
import /etc/caddy/projects.d/*/site.caddy
|