12 lines
149 B
Plaintext
12 lines
149 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
peertube.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
error * "Not found" 404
|
|
|
|
import basicerrors
|
|
}
|