17 lines
299 B
Caddyfile
17 lines
299 B
Caddyfile
{
|
|
admin off
|
|
}
|
|
|
|
{$VENDOO_DOMAIN} {
|
|
encode zstd gzip
|
|
|
|
header {
|
|
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
|
X-Content-Type-Options "nosniff"
|
|
Referrer-Policy "strict-origin-when-cross-origin"
|
|
-Server
|
|
}
|
|
|
|
reverse_proxy vendoo:8124
|
|
}
|