Let's say **Service1
**is wordpress, nextcloud, some DMS or other nice stuff in a private network.
Service1
is installed on NGINX at http://localip:1234**/**
The url to access service1
has to be https://my.org/**service1**
Nothing special I thought. But after hours of trial and error I am asking myself if it is even possible to forward /service1 to / ?!
(I had success when service1 was operating at http://localip:1234/**service1**
)
Details: https://my.org resolves to my router, which forwards 443 to NGINX. NGINX is dockerized behind the router on its own ip in the private network.
When I try to reverse proxy https://my.org/service1
to http://localip:1234
service1 seems broken.
I managed to get some http response from service1 but some elements and links were broken.