diff --git a/Caddyfile b/Caddyfile index 763658c..56d3171 100644 --- a/Caddyfile +++ b/Caddyfile @@ -181,8 +181,24 @@ app.clavitor.ai { } } -} - admin.dev.clavitor.ai { reverse_proxy 192.168.1.16:1985 } + +chatitor.jongsma.me { + reverse_proxy 192.168.1.16:8080 + + header { + Strict-Transport-Security max-age=31536000 + +chatitor.jongsma.me { + reverse_proxy 192.168.1.16:8080 + + header { + Strict-Transport-Security "max-age=31536000; includeSubDomains" + X-Content-Type-Options "nosniff" + X-Frame-Options "SAMEORIGIN" + Referrer-Policy "strict-origin-when-cross-origin" + -Server + } +}