1. Define an upstream serverdesc= int_www server=1.1.1.1 port:80802. Define an upstream (set the upstream server from (1))desc=int_up Servers=int_www3. Define a location and set the upstream from (2)desc=int_loc url_pattern:/ upstream=int_up4. define an HTTP server and use the location from (3)servername=test.example.local listenhttpport=81 location=int_loc5. click the orange buttons with two arrows at the bottom of the view and it should workDone---I have not written the other mandatory fields but I am sure you know what to fill in.TLS requires that you add a certificate (with key).
Am I right in thinking this should work externally with a rule to allow external addrs to the firewall on the http server port configured in nginx?