You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/03 18:08:26 UTC

[GitHub] [airflow] shoeffner commented on issue #10061: Toggle buttons fire wrong URLs when deploying in "subdirectory"

shoeffner commented on issue #10061:
URL: https://github.com/apache/airflow/issues/10061#issuecomment-668165552


   I added the corresponding line to apache, the address stays the same.
   
   ![image](https://user-images.githubusercontent.com/1836815/89212784-63080e00-d5c4-11ea-9b89-ae8df63d7a1a.png)
   
   I used 
   ```
   ProxyRequests off
   ProxyPass /airflow/  http://localhost:8012/
   ProxyHTMLURLMap http://localhost:8012  /airflow
   
   <Location /airflow/>
       ProxyPass http://localhost:8012/
       ProxyPassReverse http://localhost:8012/
       ProxyHTMLEnable On
       ProxyHTMLURLMap / /airflow/
       RequestHeader unset Accept-Encoding
       X-Forwarded-Prefix append /airflow/
   </Location>
   ```


----------------------------------------------------------------
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:
users@infra.apache.org