Compare commits

..

3 Commits

Author SHA1 Message Date
ruinivist e27e5e4c41 feat: add security headers to caddyfile 2026-06-02 10:41:45 +00:00
ruinivist fcb2c499cf feat: add security headers to caddyfile 2026-06-02 10:31:07 +00:00
ruinivist 887d3776b8 feat: add security headers to caddyfile 2026-06-01 07:41:22 +00:00
+6
View File
@@ -6,6 +6,12 @@
:80 {
encode zstd gzip
header {
X-Frame-Options "DENY"
X-Content-Type-Options "nosniff"
Referrer-Policy "strict-origin-when-cross-origin"
}
handle /mcp {
reverse_proxy 127.0.0.1:3001
}