mirror of
https://github.com/pypiserver/pypiserver
synced 2024-12-20 13:55:49 +01:00
Typo (#303)
This commit is contained in:
parent
0a9904af57
commit
54d35cdbaf
@ -666,14 +666,14 @@ explained in `bottle's documentation <http://bottlepy.org/docs/dev/deployment.ht
|
||||
|
||||
<Directory /yoursite/wsgi >
|
||||
Require all granted
|
||||
</Directort>
|
||||
</Directory>
|
||||
|
||||
or if using older ``Apache < 2.4``, substitute the last part with this::
|
||||
|
||||
<Directory /yoursite/wsgi >
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Directort>
|
||||
</Directory>
|
||||
|
||||
2. Then create the ``/yoursite/cfg/pypiserver.wsgi`` file and make sure that
|
||||
the ``user`` and ``group`` of the ``WSGIDaemonProcess`` directive
|
||||
|
Loading…
Reference in New Issue
Block a user