Hello,
im running my application on port 8080 and i would like to have a better url for it like myapp.mydomain.com instead of mydomain.com:8080.
I tryed to set virtualhost {
Hostname myapp.mydomain.com
ReverseProxy .* http://127.0.0.1:8080
}
but it doesnt work
Can hiawatha do that and if so can I ask what am i doing wrong?
Thanks!