Fokko commented on a change in pull request #4339: [AIRFLOW-3303] Deprecate old
UI in favor of FAB
URL: https://github.com/apache/incubator-airflow/pull/4339#discussion_r244848371
##########
File path: airflow/bin/cli.py
##########
@@ -888,7 +882,7 @@ def webserver(args):
'-b', args.hostname + ':' + str(args.port),
'-n', 'airflow-webserver',
'-p', str(pid),
- '-c', 'python:airflow.www.gunicorn_config',
+ # '-c', 'python:airflow.www.gunicorn_config',
Review comment:
Why is this commented out?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services