mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
Merge pull request #118 from corywright/fix-gunicorn-docs
Fix documentation for starting pypiserver with gunicorn
This commit is contained in:
commit
8267af82b5
@ -436,11 +436,11 @@ gunicorn
|
||||
|
||||
The following command uses *gunicorn* to start *pypiserver*::
|
||||
|
||||
gunicorn -w4 'pypiserver:app("/home/ralf/packages")'
|
||||
gunicorn -w4 'pypiserver:app(root="/home/ralf/packages")'
|
||||
|
||||
or when using multiple roots::
|
||||
|
||||
gunicorn -w4 'pypiserver:app(["/home/ralf/packages", "/home/ralf/experimental"])'
|
||||
gunicorn -w4 'pypiserver:app(root=["/home/ralf/packages", "/home/ralf/experimental"])'
|
||||
|
||||
|
||||
apache/mod_wsgi
|
||||
|
Loading…
Reference in New Issue
Block a user