Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
I found a solution that works for me, May be it will help somebody someday. i went to my first server 192.168.1.10 and made sure each of the modules are enable below: sudo a2enmod proxy sudo a2enmod proxy_http sudo a2enmod proxy_balancer sudo a2enmod lbmethod_byrequests Then i logged on in my virtualmin on my first server 192.168.1.10 and created a subdomain users.example.com. I navigated to the new subdomain in my virtualmin. Click on Server Configuration>Edit Proxy Website Proxying enable [yes] proxy to url [http://192.168.1.11/] click save and apply. Reboot server. Thats it!
p.s. my server is ubuntu 16.04 and webmin/virtualmin 6.02
This is really great, exactly what I was looking for, thank you. If only it would be possible to set it up for https too.