14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
drone.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
reverse_proxy localhost:8081 {
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
|
|
import basicerrors
|
|
}
|