Hello
I’ld like to apologize for my poor english
I’m a new Caddy’s user, and I would like to use it for local development of legacy projects based on Java Struts 1.
I have 2 apps running on Wildfly server : localhost:8080/app1 and localhost:8080/app2
Is it possible to use 2 different subdomains like this ?
app.mydomain.com -> localhost:8080/app1
otherapp.mydomain.com -> localhost:8080/app2
And, if it is, how could I do it ? Maybe a link to some doc to give me a way ?
Thanks a lot