mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix fake path name
This commit is contained in:
parent
d70497dc56
commit
aaeff8dcfd
@ -120,7 +120,7 @@ apologize for the lack of script name creativity. And some usage::
|
|||||||
|
|
||||||
Simple example::
|
Simple example::
|
||||||
|
|
||||||
$ cd your pasteproject
|
$ cd yourpasteproject
|
||||||
$ gunicorn_paste --workers=2 development.ini
|
$ gunicorn_paste --workers=2 development.ini
|
||||||
|
|
||||||
If you're wanting to keep on keeping on with the usual paster serve command,
|
If you're wanting to keep on keeping on with the usual paster serve command,
|
||||||
@ -133,7 +133,7 @@ you can specify the Gunicorn server settings in your configuration file::
|
|||||||
|
|
||||||
And then as per usual::
|
And then as per usual::
|
||||||
|
|
||||||
$ cd your pasteproject
|
$ cd yourpasteproject
|
||||||
$ paster serve development.ini workers=2
|
$ paster serve development.ini workers=2
|
||||||
|
|
||||||
.. _Unicorn: http://unicorn.bogomips.org/
|
.. _Unicorn: http://unicorn.bogomips.org/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user