{
	admin localhost:2021
	auto_https disable_redirects
}

https://status.nhsd.net:8443, https://localhost:8443, https://10.11.203.17:8443, https://AD-TECH-K0404:8443 {
	tls internal

	# Static frontend
	root * C:/Users/kleins/projects/infrastructure-monitoring-dashboard/frontend
	file_server

	# Proxy API requests to Node backend
	handle /api/* {
		reverse_proxy localhost:3000
	}
}
