13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
peertube.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
|
|
reverse_proxy 127.0.0.1:9000 {
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
|
|
import basicerrors
|
|
}
|