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