headplane/Caddyfile

11 lines
260 B
Text
Raw Normal View History

2025-06-06 16:42:30 -04:00
https://localhost {
reverse_proxy headscale:8080
tls /certs/localhost.pem /certs/localhost-key.pem
header {
Access-Control-Allow-Origin *
Access-Control-Allow-Headers *
Access-Control-Allow-Methods GET, POST, OPTIONS
}
}