13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
mail.boba.best mail.bbaovanc.com autodiscover.boba.best autodiscover.bbaovanc.com autoconfig.boba.best autoconfig.bbaovanc.com {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
reverse_proxy localhost:8082 {
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
import basicerrors
|
|
}
|