forked from github.com/pypiserver
Merge pull request #119 from corywright/fix-apache-docs
Update docs about `root=...` kwd when starting pypiserver via apache/mod_wsgi
This commit is contained in:
commit
80acc45c80
@ -461,7 +461,7 @@ In case you're using *apache2* with *mod_wsgi*, the following config-file
|
||||
PACKAGES = "/srv/yoursite/packages"
|
||||
HTPASSWD = "/srv/yoursite/htpasswd"
|
||||
import pypiserver
|
||||
application = pypiserver.app(PACKAGES, redirect_to_fallback=True, password_file=HTPASSWD)
|
||||
application = pypiserver.app(root=PACKAGES, redirect_to_fallback=True, password_file=HTPASSWD)
|
||||
|
||||
|
||||
paste/pastedeploy
|
||||
|
Loading…
Reference in New Issue
Block a user