Search results

  1. M

    [SOLVED] Proxmox GUI behind a nginx reverse proxy

    yes it's the whole config thanks a lot, i make an ssl certificate (autosigned for the moment) and i put alle the tls args in the pmx.conf and all it's OK Thanks a lot for your replies
  2. M

    [SOLVED] Proxmox GUI behind a nginx reverse proxy

    good morning TodorPetkov, thanks for replying Here is my pmx.conf upstream pmx.domain.ltd { server "pmx.domain.ltd"; } server { listen 80; rewrite ^(.*) https://$host$1 permanent; } server { listen 80; server_name pmx.domain.ltd; ssl off; proxy_redirect off...
  3. M

    [SOLVED] Proxmox GUI behind a nginx reverse proxy

    hi everybody, I install proxmox 6.3-6 on a DMZ, i ran a reverse proxy with nginx following the wiki page: https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy i can connect to the proxmox GUI interface, i can enter my username and password, but i didn't see anything else i receive a pop up...