Airflow behind reverse proxy

Hi,
I have deployed apache/airflow helm chart (airflow version 1.10.10) and trying to put airflow behind reverse proxy (nginx). I have defined the baseUrl as “https://mydomain.com/airflow” and enabled ProxyFix in the airflow.cfg but it doesn’t seem to work. I am getting 404 response.
I have deployed other components like grafana and have put behind the same reverse proxy “https://mydomain.com/grafana”, it works fine.
Can somebody please help me on this.

I do not have experience with this problem, but did you configure the reverse proxy the same as the example in the Airflow Documentation?

https://airflow.apache.org/docs/stable/howto/run-behind-proxy.html

Hope this helps!

Thanks David for replying.
I did check the Airflow documentation but the thing is I get the airflow UI if I set the baseUrl as " https://mydomain.com" in the config file. With the baseUrl set to " https://mydomain.com/airflow" , I am still getting 404 response.