So i have a proxmox setup with multiple webservers containers having different data, i will like to access them with subdomains, for example server1.example.com should point to 192.168.1.10:80 and server2.example.com should point to 192.168.1.11:80, what's the best way of doing? Im pretty sure it can be done with a 3rd vm running something like nginx and running reverse proxy, but just looking for opinions on whats the best way?