diff options
author | Devaev Maxim <[email protected]> | 2021-05-02 04:01:52 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-05-02 04:01:58 +0300 |
commit | 0b700eab22c3467c43e9755ba5b08d056ef2895f (patch) | |
tree | cdcdbe9e869482be441c852bf7c3e9ae3141cd3c /extras/janus/nginx.ctx-http.conf | |
parent | b43aa5056788ebb10f27e8a1bef5a005631011f6 (diff) |
janus nginx configs and user
Diffstat (limited to 'extras/janus/nginx.ctx-http.conf')
-rw-r--r-- | extras/janus/nginx.ctx-http.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/janus/nginx.ctx-http.conf b/extras/janus/nginx.ctx-http.conf new file mode 100644 index 00000000..81dd8913 --- /dev/null +++ b/extras/janus/nginx.ctx-http.conf @@ -0,0 +1,3 @@ +upstream janus-ws { + server unix:/run/kvmd/janus-ws.sock fail_timeout=0s max_fails=0; +} |