mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #413] NGinx Proxy and HTTPS Offloader #257
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#257
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnnybee on GitHub (Mar 3, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/413
Hello all,
I know this question comes up often, but I''m not getting it to work unfortunately.
So I have a NGinx proxy in a KVM VM, which does the offloading for the HTTPS connection from outside. From the proxy it goes to the internal HTTP IP of another VM running webvirtcloud.
Everything is great except..... i think you know what comes now.... NoVNC is not running!
I don't understand how to configure NGinx for this. Both VMs are running on a current Debian 10 Buster. I have also already set the WS_PUBLIC_PORT on the Webvirtcloud VM to port 80.
Can someone please explain me the configuration? Thanks a lot
Thomas