From 680f8d7281e1c24586a50d601d085db9c6fb4eb5 Mon Sep 17 00:00:00 2001 From: Arnav Kumar Date: Tue, 16 Feb 2016 15:33:19 +0800 Subject: [PATCH] Fix URL and default worker type in example_config --- examples/example_config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/example_config.py b/examples/example_config.py index 2878ada8f..89599f4c9 100644 --- a/examples/example_config.py +++ b/examples/example_config.py @@ -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. #