Hey,
I have a small problem. I was trying to disable access to the proxmox web panel for the IP address and enable it for 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 set up a nginx reverse proxy that points to 127.0.0.1:8006, and I did create the pveproxy file with the following content:
And I did restart the pveproxy.
But somehow I can still access the web UI with the IP address.
Does anyone know why?
Greetings
I have a small problem. I was trying to disable access to the proxmox web panel for the IP address and enable it for 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 set up a nginx reverse proxy that points to 127.0.0.1:8006, and I did create the pveproxy file with the following content:
Code:
ALLOW_FROM="127.0.0.1"
DENY_FROM="all"
POLICY="allow"
And I did restart the pveproxy.
But somehow I can still access the web UI with the IP address.
Does anyone know why?
Greetings