30 lines
366 B
Caddyfile
30 lines
366 B
Caddyfile
{
|
|
email forge@wit.com
|
|
debug
|
|
servers {
|
|
metrics
|
|
}
|
|
|
|
log {
|
|
output file /var/log/caddy/caddy.log {
|
|
roll_size 500mb
|
|
}
|
|
format json {
|
|
time_format iso8601
|
|
}
|
|
}
|
|
}
|
|
|
|
forge.wit.com {
|
|
encode zstd gzip
|
|
reverse_proxy localhost:2520
|
|
log {
|
|
output file /var/log/caddy/forge.wit.com.log {
|
|
roll_size 100mb
|
|
}
|
|
format json {
|
|
time_format iso8601
|
|
}
|
|
}
|
|
}
|