Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 175669

PVE Console behind NGINX Reverse Proxy

$
0
0
Hello,

I hope this is the correct sub-forum. I want to get the PVE console (NoVNC) working in combination with an NGINX reverse proxy. My current NGINX conf is:

Code:
user nginx;
worker_processes 1;
error_log /var/log/nginx/error.log debug;

events {
    worker_connections  1024;
}
 
http {
    include       /etc/nginx/mime.types;
    default_type  application/octet-stream;
    sendfile        on;
    keepalive_timeout  65;
 
    server {
        listen     80;
        server_name  localhost...

Read more

Viewing all articles
Browse latest Browse all 175669

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>