mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix wsgi_multiprocess setting
This commit is contained in:
parent
ba8174626e
commit
e47f470a38
@ -77,7 +77,7 @@ class Request(object):
|
|||||||
# object may be simultaneously invoked by another process, and
|
# object may be simultaneously invoked by another process, and
|
||||||
# should evaluate false otherwise. In debug mode we fall to one
|
# should evaluate false otherwise. In debug mode we fall to one
|
||||||
# worker so we comply to pylons and other paster app.
|
# worker so we comply to pylons and other paster app.
|
||||||
wsgi_multiprocess = (self.debug == True)
|
wsgi_multiprocess = (self.debug == False)
|
||||||
|
|
||||||
# authors should be aware that REMOTE_HOST and REMOTE_ADDR
|
# authors should be aware that REMOTE_HOST and REMOTE_ADDR
|
||||||
# may not qualify the remote addr:
|
# may not qualify the remote addr:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user