From: Guillaume Pellerin Date: Mon, 30 Mar 2015 14:43:20 +0000 (+0200) Subject: fix sandbox media dir X-Git-Tag: 1.6a^2~37 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a557dd245fcaf71d170428b5190487fe085f8114;p=telemeta.git fix sandbox media dir --- diff --git a/examples/deploy/nginx-app.conf b/examples/deploy/nginx-app.conf index 0ebf2388..53cba5f9 100644 --- a/examples/deploy/nginx-app.conf +++ b/examples/deploy/nginx-app.conf @@ -13,7 +13,7 @@ server { # Django media location /media { - alias /home/telemeta/media; # your Django project's media files - amend as required + alias /home/sandbox/media; # your Django project's media files - amend as required autoindex on; } # Django static