caddy-website/new/includes/examples/on-demand.md
2023-12-08 18:49:07 -05:00

749 B

{
	on_demand_tls {
		ask http://localhost:9123/check
	}
}

https:// {
	tls {
		on_demand
	}
	# reverse_proxy, etc...
}

# other sites...