20 lines
305 B
Plaintext
20 lines
305 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
remark.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
redir https://remark.bbaovanc.com{uri}
|
|
}
|
|
|
|
remark.bbaovanc.com {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
reverse_proxy localhost:86 {
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
|
|
import basicerrors
|
|
}
|