[stork-users] Stork 2.0
Kevin P. Fleming
lists.stork-users at kevin.km6g.us
Mon Dec 9 14:02:54 UTC 2024
On Mon, Dec 9, 2024, at 07:50, Slawek Figiel wrote:
> Hi Ralf!
>
> You set up your NGINX server to listen on the localhost:
>
> > upstream ui_rest {
> > server localhost:8443;
> > }
>
> You need to listen on an interface that is reachable in your network
> (e.g, IP address, hostname, or assigned domain).
That configures outbound connections (to the upstream), not inbound connections (listening).
More information about the Stork-users
mailing list