Max length increased and public port#260
Conversation
|
@t-tran - what config should I use on the nginx when reverse-proxying to webvirtcloud with enabled websocket public port? At the moment I am doing this almost the same way, but I also have ws_public_path which is '/novncd/' and in nginx I am proxying this specific location to localhost:6080 in order to work. Can you give and example config or explain how is it supposed to work your way? |
|
Hi @lord-kyron, I'm running reverse-proxy + SSL on standard https port 443 which has nginx config looks like this: Since the frontend port (443) is different from backend port (6080). I need this setting so it routes correctly. |
|
Thank you! Working like a charm now! |
|
Thank you! |
|
@t-tran do you have exprience with several compute nodes? For example will vnc work if I try to open the console on a VM which is on another compute node, different from the one that webvirtcloud is installed, but added as compute in the web interface? Should I open 6080 port on this compute or? |
|
WS_PUBLIC_PORTto support this running behind a reverse proxy such as nginx+ssl