mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
added janus.js location
This commit is contained in:
@@ -5,3 +5,8 @@ location /janus/ws {
|
|||||||
include /etc/kvmd/nginx/loc-proxy.conf;
|
include /etc/kvmd/nginx/loc-proxy.conf;
|
||||||
include /etc/kvmd/nginx/loc-websocket.conf;
|
include /etc/kvmd/nginx/loc-websocket.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /share/js/kvm/janus.js {
|
||||||
|
alias /usr/share/janus/javascript/janus.js;
|
||||||
|
include /etc/kvmd/nginx/loc-nocache.conf;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user