reverse proxy

  1. W

    proxmox reverse proxy - Error 502: Bad Gateway - IIS

    Hi guys, i'm trying to enable a reverse proxy via the "URL Rewrite" module in IIS hosted on a Windows 2016 Server pointing to my proxmox machine (proxmox.domain.com to 192.168.2.115:8006). I configured everything, but when i try to access proxmox via "proxmox.domain.com" i get the following...
  2. J

    Reverse Proxy NGINX webgui

    So I'm trying to get reverse proxy working. I can get it to work with https://subdomain.domain.com, however i can't get it to work with https://domain.com/subdir (or https://subdomain.domain.com/subdir for that matter). Any idea what i have to change in the NGINX config? My location block is...
  3. F

    [SOLVED] Access Proxmox via Nginx Reverse proxy

    Hi, I can't get my reverse proxy to work in order to access Proxmox via http(s)://domain.name/proxmox. However, if I edit the configuration "location /proxmox" to "location /" then I can access it via http(s)://domain.name/, but I'd rather use /proxmox instead of having it at the "root". I...