Commit a97bcc8c authored by cometchaser's avatar cometchaser Committed by Diederik van der Boor
Browse files

Update readme with Apache configuration

parent 35b71802
......@@ -195,6 +195,20 @@ For apache
PRIVATE_STORAGE_SERVER = 'apache'
This requires in addition an installed and activated mod_xsendfile Apache module.
Add the following XSendFile configurations to your conf.d config file.
.. code-block:: apache
<virtualhost ...>
...
WSGIScriptAlias / ...
XSendFile On
XSendFilePath ... [path to where the files are, same as PRIVATE_STORAGE_ROOT]
...
</virtualhost>
For Nginx
~~~~~~~~~
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment