Skip to content

Instantly share code, notes, and snippets.

@ngerakines
Created November 23, 2024 03:55
Show Gist options
  • Save ngerakines/9373aa6c7cb21f570bbb670980215ad0 to your computer and use it in GitHub Desktop.
Save ngerakines/9373aa6c7cb21f570bbb670980215ad0 to your computer and use it in GitHub Desktop.
{
email [email protected]
on_demand_tls {
ask http://127.0.0.1:3030/tls-check
}
}
*.example.com {
reverse_proxy 127.0.0.1:3000
tls {
on_demand
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment