mcarbajo opened a new pull request #14814:
URL: https://github.com/apache/airflow/pull/14814


   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   If the reverse proxy is not running in port 80, using $host won't forward 
the port in the HTTP request to airflow and it won't build the correct redirect 
URL.
   
   E.g.
   I have nginx and airflow running in docker in the default ports. My mapping 
for nginx x is 7003:80.
   The request http://myserver:7003/myorg/airflow/ will redirect to 
http://myserver/myorg/airflow/admin/ instead of 
http://myserver:7003/myorg/airflow/admin/.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to