-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unnecessary nginx redirect rule from reverse proxy documentation #38953
Conversation
Remove redirect rule for flower config as per https://airflow.apache.org/docs/apache-airflow/stable/security/flower.html#flower-url-prefix
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
* Removed comment about flower uri redirect * Merged nginx server blocks into one
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
But - is it correct ? I thought it was supposed to be differently for flower. Did you test it? |
This change is reflective of the current configuration I have in production. When the Also, that line was introduced 7 years ago with no more info than the line comment, so it is difficult to determine exactly what issue it was resolving. For reference below is my full nginx.conf for a NGINX proxy / SSL offload in an Airflow docker deployment where flower is operating from a subdirectory on an airflow subdomain.
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
…on (apache#38953) * Update run-behind-proxy.rst Remove redirect rule for flower config as per https://airflow.apache.org/docs/apache-airflow/stable/security/flower.html#flower-url-prefix * Update run-behind-proxy.rst * Removed comment about flower uri redirect * Merged nginx server blocks into one
Remove redirect rule for flower config as per https://airflow.apache.org/docs/apache-airflow/stable/security/flower.html#flower-url-prefix
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.