One-KVM/configs/nginx/kvmd.ctx-http.conf
2019-10-27 19:15:13 +03:00

8 lines
171 B
Plaintext

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;
}