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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user