PyInventory/caddy/Caddyfile

21 wiersze
279 B
Caddyfile

# https://caddyserver.com/docs/caddyfile
{
admin off
}
{$HOSTNAME} {
tls {$LETSENCRYPT_EMAIL}
header {
X-Robots-Tag "none"
}
respond /robots.txt 200 {
body "User-agent: *
Disallow: /"
close
}
reverse_proxy inventory:8000
}