Skip to content

Commit

Permalink
Fix URL and default worker type in example_config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavk committed Feb 17, 2016
1 parent 51f49f4 commit 680f8d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/example_config.py
Expand Up @@ -32,8 +32,9 @@
# 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.
#
Expand Down

0 comments on commit 680f8d7

Please sign in to comment.