Recent content by linuxmall

  1. L

    Proxy reverse

    Update Solution: I just logged in as root instead of root@pam
  2. L

    Proxy reverse

    I get new log via journalctl -xe Apparently the proxy is duplicating user information
  3. L

    Proxy reverse

    This server is standalone. Would you have another suggestion?
  4. L

    Proxy reverse

    Yes, I can access node via ssh with the same web credentials
  5. L

    Proxy reverse

    Hi everyone, I was following the official documentation to implement reverse proxy in proxmox, but I'm having trouble authenticating. evidence: upstream proxmox { server "pve.homelab.site"; } server { listen 80 default_server; rewrite ^(.*) https://$host$1 permanent; }...