12 lines
151 B
Plaintext
12 lines
151 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
lhci.bbaovanc.com {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
reverse_proxy localhost:87
|
|
|
|
import basicerrors
|
|
}
|