retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.67k stars 371 forks source link

nginx conf - Fix for issue #577 #613

Closed MisterBlueBear closed 11 months ago

MisterBlueBear commented 11 months ago

Fix for issue #577 as I don't see the fix from #440 working at all. Since noVNC Full sets the path to "websockify", workaround is to added a Location for it in the nginx configuration

0x6d61726b commented 11 months ago

I ran into the same issue as described in #577, but on my test machine, I had to use the "wsnovncd" upstream to the websocket port (6080) instead of the proposed "wssocketiod" (port 6081).

catborise commented 11 months ago

Wssocketid and wsnovncd are different things @MisterBlueBear . There is a mistake. Proxy pasa must be wsnovncd. Socketd is using for that vm has only console.

MisterBlueBear commented 11 months ago

@catborise agreed this is my mistake. I changed it to wsnovncd