Hello,
I am currently using Nginx to embed a console onto an external webpage. To accomplish this, I am proxying the content to the Proxmox host. Please refer to the Nginx configuration below:
Nginx configuration:
server {
listen 80 default_server;
listen [::]:80 default_server...