Dear all, I've a pretty simple use case but whatever I've tried it did not work.
Situation:
Two server with web-application served on different ports:
server1.domain.internal:8001
server2.domain.internal:8002
My goal is to setup a reverse proxy and serve the applications via different path, e.g
myapps.domain.internal/app1 --> server1.domain.internal:8001
myapps.domain.internal/app2 --> server2.domain.internal:8002
I know the basics about nginx, but even with the easiest application it doesn't work, either pictures are missing, wrong formatting, parts of the page are missing.
Config NGINX:
I did some research but no solution works, may someone has an idea, Thanks
Situation:
Two server with web-application served on different ports:
server1.domain.internal:8001
server2.domain.internal:8002
My goal is to setup a reverse proxy and serve the applications via different path, e.g
myapps.domain.internal/app1 --> server1.domain.internal:8001
myapps.domain.internal/app2 --> server2.domain.internal:8002
I know the basics about nginx, but even with the easiest application it doesn't work, either pictures are missing, wrong formatting, parts of the page are missing.
Config NGINX:
- Server: myapps.domain.internal with 2 Location
- Location1: URLPattern /app1
- Location2: URLPattern /app2
- Upstream Server and Upstream are defined
I did some research but no solution works, may someone has an idea, Thanks
"