how to make web integrated web console work on reverse proxy setup?

James Jeon

New Member
Oct 31, 2018
3
0
1
32
Hi, so I have nginx setup in one of the container and installed letsencrypt and reverse proxyed proxmox web interface.
i have a domain so i used proxmox.domain.com for the proxmox web interface.
everything works fine with SSL.
i can login to the proxmox web interface and create stop delete the container, looking at the graph.

however, the web integrated console does not work.
I believe there should have some way to make it work under my situation, but i am not sure.
does anyone have the similar situation and made the web integrated console work?
 
For reverse-proxy settings with integrated LetsEncrypt certificates I can also suggest to use Træfɪk, which can be clustered and is also able to talk to a clustered Proxmox VE with same-node-redirection.

Code:
[backends]
  [backends.proxmox]
    [backends.proxmox.servers.server1]
       url = "https://<proxmoxip>:8006"


[frontends]
  [frontends.proxmox]
      entryPoints = ["https","http"]
      backend = "proxmox"
      priority = 100
      passHostHeader = true
      [frontends.proxmox.routes.meinserver]
          rule = "Host:proxmox.meinserver.de"
 
How do you change the URL that is sent in the daily SPAM report to users?

My internal FDQN is different to URL that will be used to access it externally.
 
How do you change the URL that is sent in the daily SPAM report to users?

My internal FDQN is different to URL that will be used to access it externally.
Seems this is the wrong thread for the topic (topic is about a reverse proxy for PVE - you seem to be asking about the quarantine mail for PMG) - please open a new thread in the PMG-forum and ask there
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!