Closed xmonader closed 4 years ago
After doing port forwarding for example from 80 to 5555
Internal redirects like oauth_proxy will call the endpoint at 80 which is not there.
also there's a reverse proxy from 80 to 9999 (bottle app) so if you are calling localhost:5555/endpoint where 5555 is forwarded from 80 it won't translate it to the correct source port unless you explicitly pass the correct port in the code
won't tackle that.
ports tracked on nginx level using http_host instead of host var
chatflows expects to be working against localhost, ip, domain, but totally ignores if you use ssh tunnel and accessing chatflow over a specific port, port in the url needs to be preserved
e.g if you did something like
and tried to access localhost:8081/zerobot/chatbot_examples/chats....