As discussed on gitter, we currently don’t expose static_url_path to the config so you either need to
1) adjust app.py to take static_url_path into account (PR welcome!) 2) put an extra nginx in front of airflow that does an extra reverse proxy for you (ie. translates /xxx to /static) Bolke > Op 3 jul. 2016, om 11:56 heeft scorpio 2005 > <[email protected]> het volgende geschreven: > > Hi, > Can you please help to fix the issue? > > On Wednesday, June 29, 2016 10:16 AM, scorpio 2005 > <[email protected]> wrote: > > > > > > > Hi, > we are trying to do a nginx reverse proxy to airflow, but due to the multi > mix of docker apps, we are ending up by requiring proxy URL to /static (for > css , html, and js files). So in airflow, we intend to add a suffix url to > /static files, so that it can be uniquely identified by nginx. for > example(http://example.com/airflow/static). > > Is any specific configuration using [/static]. If so, how to change it. > Highly appreciated if anybody can help to sort out this issue? > > Regards,Cool Pilot > > >
