Merge pull request #1209 from radzinzki/radzinzki/fix_url_in_example_config

Fix URL and default worker type in example_config
This commit is contained in:
Berker Peksag 2016-02-17 19:50:06 +02:00
commit b776eba5fe

View File

@ -32,8 +32,9 @@ backlog = 2048
# for your particular application's work load.
#
# worker_class - The type of workers to use. The default
# async class should handle most 'normal' types of work
# loads. You'll want to read http://gunicorn/deployment.hml
# sync class should handle most 'normal' types of work
# loads. You'll want to read
# http://docs.gunicorn.org/en/latest/design.html#choosing-a-worker-type
# for information on when you might want to choose one
# of the other worker classes.
#