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


With regards,
Apache Git Services

Reply via email to