I have an application that I can't configure a base url.
Let's say that its url is 192.168.1.100:8011
I want to configure the nginx so I can entrer an url like 192.168.1.100/myapp
and it goes to the other app.
The configurations that I'm used to do only work when I have a base url. For example if I have an app on 192.168.1.100:8011/myapp
and I wnat to use nginx for using 192.168.1.100/myapp
, I have no problem but the other way I cant do it.
Is that possible ?
Comments
Post a Comment