summaryrefslogtreecommitdiff
path: root/configs/nginx/kvmd.ctx-http.conf
blob: ceb68ef8e65947265c316b08f761650c3f835044 (plain)
1
2
3
4
5
6
7
upstream kvmd {
	server unix:/run/kvmd/kvmd.sock fail_timeout=0s max_fails=0;
}

upstream ustreamer {
	server unix:/run/kvmd/ustreamer.sock fail_timeout=0s max_fails=0;
}