14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
|
# vim: ft=caddyfile
|
||
|
|
||
|
share.boba.best {
|
||
|
encode zstd gzip
|
||
|
import hsts
|
||
|
import log
|
||
|
|
||
|
handle {
|
||
|
reverse_proxy localhost:87
|
||
|
}
|
||
|
|
||
|
import basicerrors
|
||
|
}
|