mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
8 lines
171 B
Plaintext
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;
|
|
}
|