1
0
mirror of https://github.com/pypiserver/pypiserver synced 2025-02-22 19:19:37 +01:00

Update documentation for starting via apache/mod_wsgi

This commit is contained in:
Cory Wright 2016-03-10 20:39:43 -05:00
parent 8267af82b5
commit 595e76ba6c

@ -460,7 +460,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