mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
split nginx.conf
This commit is contained in:
7
configs/nginx/kvmd.ctx-http.conf
Normal file
7
configs/nginx/kvmd.ctx-http.conf
Normal file
@@ -0,0 +1,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;
|
||||
}
|
||||
Reference in New Issue
Block a user