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 2019/12/06 16:49:32 UTC

[GitHub] [airflow] ashb commented on a change in pull request #6723: [AIRFLOW-6168] allows proxyfix to be configurable

ashb commented on a change in pull request #6723: [AIRFLOW-6168] allows proxyfix to be configurable
URL: https://github.com/apache/airflow/pull/6723#discussion_r354928703
 
 

 ##########
 File path: docs/howto/run-behind-proxy.rst
 ##########
 @@ -79,6 +79,12 @@ middleware in your ``airflow.cfg``::
 
     enable_proxy_fix = True
 
+If you need to configure the individual parameters to the ``ProxyFix`` middleware,
+you can set them individually in your ``airflow.cfg``::
+
+    proxy_fix_x_for = 1
 
 Review comment:
   ```suggestion
       [webserver]
       proxy_fix_x_for = 1
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services