From a557dd245fcaf71d170428b5190487fe085f8114 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 30 Mar 2015 16:43:20 +0200 Subject: [PATCH] fix sandbox media dir --- examples/deploy/nginx-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5