Updated paths for XSendFilePath

Now that we use egg links, and not symlinks, to install our packages,
we can use the actual paths.
This commit is contained in:
2017-03-08 13:02:36 +01:00
parent fab68aa802
commit 71a1a69f16

View File

@@ -1,10 +1,9 @@
<VirtualHost *:80> <VirtualHost *:80>
# EnableSendfile on
XSendFile on XSendFile on
XSendFilePath /data/storage/pillar XSendFilePath /data/storage/pillar
XSendFilePath /data/git/pillar XSendFilePath /data/git/pillar
XSendFilePath /data/venv/lib/python2.7/site-packages/attract/static/ XSendFilePath /data/git/attract/attract/static/
XSendFilePath /data/venv/lib/python2.7/site-packages/flamenco/static/ XSendFilePath /data/git/flamenco/flamenco/static/
XsendFilePath /data/git/blender-cloud XsendFilePath /data/git/blender-cloud
ServerAdmin webmaster@localhost ServerAdmin webmaster@localhost