mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-30 22:59:14 +00:00
api: vncproxy: update description of websocket parameter
Since commit 3e7567e0
("do not use novnc wsproxy"), the websocket
upgrade is done via the HTTP server.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
263c803dd1
commit
876d993886
@ -2267,7 +2267,7 @@ __PACKAGE__->register_method({
|
|||||||
websocket => {
|
websocket => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'boolean',
|
type => 'boolean',
|
||||||
description => "starts websockify instead of vncproxy",
|
description => "Prepare for websocket upgrade.",
|
||||||
},
|
},
|
||||||
'generate-password' => {
|
'generate-password' => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user