BBaoVanC
7c7191882e
I never used it because it's not very useful. Too much noise from bots, crawlers, etc.
13 lines
188 B
Plaintext
13 lines
188 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
remark.bbaovanc.com {
|
|
encode zstd gzip
|
|
import hsts
|
|
|
|
reverse_proxy localhost:82 {
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
|
|
import basicerrors
|
|
}
|