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