1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-12-20 13:55:49 +01:00
This commit is contained in:
Gerardwx 2020-07-09 23:05:37 -04:00 committed by GitHub
parent 0a9904af57
commit 54d35cdbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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