i have a small problem. I was trying to disable access to the proxmox web panel via the ip address and enable it via my domain. As i saw on the proxmox website (https://pve.proxmox.com/pve-docs/pveproxy.8.html) i can create the pveproxy file for Host based Access Control. I did setup a nginx reverse proxy that points to 127.0.0.1:8006 and i did create the pveproxy file with the following content:
ALLOW_FROM="127.0.0.1"
DENY_FROM="all"
POLICY="allow"
But somehow i still can access my proxmox web ui via the ip address of the server... Does anyone know why?
Greetings
question from:https://stackoverflow.com/questions/65928415/proxmox-etc-default-pveproxy