Web site not working on port redirection

Francis Daly francis at daoine.org
Fri May 10 22:52:49 UTC 2019


On Fri, May 10, 2019 at 12:31:43PM -0400, cox123456a wrote:

Hi there,

> I really need a way to bring 80 to 8000 and make it work.

I've not used it; but you could try "absolute_redirect off"
(http://nginx.org/r/absolute_redirect) and see if your clients are happy
with the response from that.

Instead of automatic redirects going to http://name:port/place, they would
just go to /place, and let the clients assume that the http://name:port
part matches what the original url had.

Good luck with it,

	f
-- 
Francis Daly        francis at daoine.org


More information about the nginx mailing list