mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix paster usage
This commit is contained in:
parent
5038c3785a
commit
c6d9f9ab7c
@ -97,7 +97,7 @@ If you're wanting to keep on keeping on with the usual paster serve command,
|
|||||||
you can specify the Gunicorn server settings in your configuration file::
|
you can specify the Gunicorn server settings in your configuration file::
|
||||||
|
|
||||||
[server:main]
|
[server:main]
|
||||||
use = egg:gunicorn#main
|
worker_class = egg:gunicorn#sync
|
||||||
host = 127.0.0.1
|
host = 127.0.0.1
|
||||||
port = 5000
|
port = 5000
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user