diff --git a/docker/3_run/000-default.conf b/docker/3_run/000-default.conf index 80a9f17..facfd1c 100644 --- a/docker/3_run/000-default.conf +++ b/docker/3_run/000-default.conf @@ -1,7 +1,9 @@ # EnableSendfile on XSendFile on - XSendFilePath /data/storage/cloud + XSendFilePath /data/storage/pillar + XSendFilePath /data/git/pillar + XsendFilePath /data/git/blender-cloud ServerAdmin webmaster@localhost DocumentRoot /var/www/html @@ -26,5 +28,10 @@ Require all granted - + # Temporary edit to remap the old cloudapi.blender.org to cloud.blender.org/api + RewriteEngine On + RewriteCond "%{HTTP_HOST}" "^cloudapi\.blender\.org" [NC] + RewriteRule (.*) /api$1 [PT] + +