# NexaCore AI VPS — Claude Code Caddyfile # Replace YOUR_DOMAIN with your actual domain YOUR_DOMAIN { reverse_proxy localhost:8080 encode gzip 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 } log { output file /var/log/nexacore/caddy.log { roll_size 10mb roll_keep 5 } } }