Files
caddy/conf.d/vault.boba.best
bbaovanc 58ff080106 Remove log
I never ended up reading the server side logging. Even with `goaccess`,
there was too much noise from bots and crawlers.
2022-05-20 23:34:56 -05:00

24 lines
383 B
Caddyfile

# vim: ft=caddyfile
vault.boba.best {
encode zstd gzip
import hsts
header {
X-XSS-Protection "1; mode=block"
X-Frame-Options "DENY"
}
handle /notifications/hub {
reverse_proxy localhost:3012
}
handle {
reverse_proxy localhost:81 {
header_up X-Real-IP {remote_host}
}
}
import basicerrors
}