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:
Kostis Anagnostopoulos 2016-03-21 18:41:57 +01:00
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