<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><html><body><div><div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;">Hello,<br>during the conversion of my web servers at home I ran into some problems.<br>We are running more than one web servers at home and a few ports are open in the router for them.<br>So the standard ports (80, 443) are blocked for other server in our network.<br>One NGINX Server listens on port 80, and our router routes port 8081 from outside to port 80 locally.<br>On any rewrite NGINX strips the port from the URL. This is the server because I get a connection to the server and then I got rewritten.<br>Is there any config entry to disable the port remove on rewrite? I already tried “port_in_redirect off”, without success.<br><br><br>I already posted this question on SO and the NGINX forum, but I think in the mailing list i have more success.<br>Link to StackOverflow Question: http://stackoverflow.com/questions/39519136/prevent-nginx-to-remove-the-port<br>Link to NGINX forum: https://forum.nginx.org/read.php?11,269603<br><br>Currently i am using almost the default config, view SO for the config.<br><br>Thank you in anticipation!<br>- greetings from Germany</div></div></body></html></body></html>