reverse proxy

  1. L

    Wiki improvement: Web Interface via Nginx Proxy

    Hi, I propose that these lines are added to the article here in order to fix the boot order of the services. Otherwise nginx won't come up correctly after reboot because the certificate files are not available before pve-cluster service was started. sed -i...
  2. 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...
  3. 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...
  4. 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...