]> git.parisson.com Git - telemeta.git/commitdiff
fix sandbox media dir
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 30 Mar 2015 14:43:20 +0000 (16:43 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 30 Mar 2015 14:43:20 +0000 (16:43 +0200)
examples/deploy/nginx-app.conf

index 0ebf2388ba6a8cbc16e51f8b16bcde26a3e46ebd..53cba5f935914846f6bd59e1bfddba201a60a709 100644 (file)
@@ -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