how to do reverse proxy on docker
问题 I have a server and I am using Ubuntu 20.04, nginx , mosquitto and node-red and docker , let's call the website http://mywebsite.com . The problem that I am facing that I have created a client lets call it client1 in docker so the URL will be http://mywebsite.com/client1 and I want to establish an MQTT connection via mosquitto and I'm sending the data on topic test The problem that on node red node of MQTT when I write the IP address of my mosquitto container it works But if I change the IP