mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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:
commit
b776eba5fe
@ -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.
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user