On Mon, Mar 04, 2019 at 09:49:11AM -0500, Brandon Mallory wrote:

Hi there,

> Have NGINX configured with a public IP (65.x.x.x.) . I need to use TCP for my 
> application ( not http ). I would like to have a client hit the public IP 
> with a location ( 65.x.x.x.x\12345) and have that connection forwarded to a 
> LAN IP. 
> 

"TCP" suggests "stream", which knows about an IP address and a TCP port.

"location" and "subdomain" (host name) are features of http requests.


Can you rephrase your request in the light of that? If so, perhaps the
solution will become clearer.

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to