KoviAnusha commented on code in PR #57281: URL: https://github.com/apache/airflow/pull/57281#discussion_r2464321676
########## airflow-core/docs/howto/run-behind-proxy.rst: ########## @@ -58,6 +58,12 @@ To do so, you need to set the following setting in your ``airflow.cfg``:: - Use ``--proxy-headers`` CLI flag to tell Uvicorn to respect these headers: ``airflow api-server --proxy-headers`` + Add to the apiserver:: + + airflow-apiserver: + <<: *airflow-common + command: ["api-server", "--proxy-headers"] + Review Comment: You can add apiserver to the docs/spelling_wordlist.txt to make this test pass 'CI image checks / Build documentation' -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
