Fix xvpvncproxy config path when running n-xvnc
Fix xvpvncproxy config path due to Change I1e34a0f98de125c8b8b145377835d95035e2b472. Change-Id: I119ae7f2cb674294bc9d8c662959dc8d04a924a3
This commit is contained in:
parent
c8a8963eed
commit
08b661b7a9
@ -183,5 +183,5 @@ def get_wsgi_server():
|
|||||||
return wsgi.Server("XCP VNC Proxy",
|
return wsgi.Server("XCP VNC Proxy",
|
||||||
XCPVNCProxy(),
|
XCPVNCProxy(),
|
||||||
protocol=SafeHttpProtocol,
|
protocol=SafeHttpProtocol,
|
||||||
host=CONF.xvpvncproxy_host,
|
host=CONF.vnc.xvpvncproxy_host,
|
||||||
port=CONF.xvpvncproxy_port)
|
port=CONF.vnc.xvpvncproxy_port)
|
||||||
|
Loading…
Reference in New Issue
Block a user