{ admin off auto_https off } :3080 { log { output stdout level DEBUG } # Simple health check that always works handle /health { respond "{\"status\": \"OK\"}" 200 } # Catch-all for debugging handle { respond "Caddy is running on port 3080" 200 } }