14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
remark.bbaovanc.com {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
reverse_proxy localhost:82 {
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
|
|
import basicerrors
|
|
}
|