vncwebsocket: do not proxy connection

This commit is contained in:
Dietmar Maurer 2014-06-18 12:44:46 +02:00
parent d7b10d8819
commit 5b25afb0b7

View File

@ -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' ]],
}, },