mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-29 15:24:32 +00:00
vncwebsocket: do not proxy connection
This commit is contained in:
parent
d7b10d8819
commit
5b25afb0b7
@ -1370,7 +1370,6 @@ __PACKAGE__->register_method({
|
|||||||
name => 'vncwebsocket',
|
name => 'vncwebsocket',
|
||||||
path => '{vmid}/vncwebsocket',
|
path => '{vmid}/vncwebsocket',
|
||||||
method => 'GET',
|
method => 'GET',
|
||||||
proxyto => 'node',
|
|
||||||
permissions => {
|
permissions => {
|
||||||
check => ['perm', '/vms/{vmid}', [ 'VM.Console' ]],
|
check => ['perm', '/vms/{vmid}', [ 'VM.Console' ]],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user