You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/01/19 17:55:00 UTC

[jira] [Commented] (AIRFLOW-1755) URL Prefix for both Flower and Web admin

    [ https://issues.apache.org/jira/browse/AIRFLOW-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332644#comment-16332644 ] 

ASF subversion and git services commented on AIRFLOW-1755:
----------------------------------------------------------

Commit 1e36b37b68ab354d1d7d1d1d3abd151ce2a7cac7 in incubator-airflow's branch refs/heads/master from [~bolke]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=1e36b37 ]

[AIRFLOW-1755] Allow mount below root

This enables Airflow and Celery Flower to live
below root. Draws on the work of Geatan Semet
(@Stibbons).

This closes #2723 and closes #2818

Closes #2952 from bolkedebruin/AIRFLOW-1755


> URL Prefix for both Flower and Web admin
> ----------------------------------------
>
>                 Key: AIRFLOW-1755
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1755
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: celery, webapp, webserver
>    Affects Versions: 1.10.0
>            Reporter: Semet
>            Assignee: Semet
>            Priority: Minor
>              Labels: prefix, proxy, reverse, url
>             Fix For: 1.10.0
>
>
> Similar to AIRFLOW-339.
> Should also fix AIRFLOW-964.
> I propose in this change 2 new settings on {{airflow.cfg}} and the CLI arguments:
> {code}
> # Root URL to use for the web server
> web_server_url_prefix = /airflow
> ...
> # The root URL for Flower
> flower_url_prefix = /flower
> {code}
> This will allow deploying airflow on only on a root FQDN, like {{airflow.mycompany.com}}, but also on a path.
> See documentation updated in my commit for example on how to configure reverse proxy in front of airflow



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)