vsimon commented on pull request #9778: URL: https://github.com/apache/airflow/pull/9778#issuecomment-657329395
I notice without a base_url set, the healthchecks `/health` endpoint returns 200 OK but accessing airflow through the reverse proxy fails. Then with a base_url set (to say https://domain.com/airflow/), accessing airflow through the reverse proxy works, but the healthchecks fail (`/health` returns 404, `/airflow/health` returns 200 OK) ---------------------------------------------------------------- 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]
