url rewrite

  1. A

    Access the web interface without typing HTTPS

    I recently installed proxmox 5, and all is working great. I only have a little problem with http and port 80. I want to have access to the web-gui without having to type "https" before the URL. So, how can I redirect "http" requests to "https"? The solutions I found are using the apache's...
  2. 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...