Access multiple Proxmox nodes via one nginx host?

pablo808

New Member
May 22, 2024
15
1
3
Sydney, Australia
Has anybody managed to access multiple Promox nodes via one nginx host? The nginx is a stand alone box/container/vm.

Basically:

https://nginx/pve1
https://nginx/pve2
https://nginx/pve3
https://nginx/pve4

With this type of configuration, the base URL is not longer / but /pve1 or /pve2 etc.. due to multiple hosts.

Is this indeed possible?

There are numerous nginx posts but nothing to this specific use case yet.

https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy
https://forum.proxmox.com/threads/using-nginx-as-reverse-proxy-externally.116127/

Thanks.