16 lines
220 B
Caddyfile
16 lines
220 B
Caddyfile
{
|
|
email me@syntaxbullet.com
|
|
}
|
|
|
|
yourdomain.com {
|
|
reverse_proxy web:4321
|
|
|
|
# Enable compression
|
|
encode zstd gzip
|
|
|
|
# Robust logging
|
|
log {
|
|
output file /var/log/caddy/access.log
|
|
}
|
|
}
|