split nginx.conf

This commit is contained in:
Devaev Maxim
2019-10-27 19:15:13 +03:00
parent b8abf790f2
commit da952424ef
4 changed files with 105 additions and 104 deletions

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