]> git.parisson.com Git - timeside.git/commitdiff
fix new sandbox path in docker conf
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 6 Oct 2014 15:32:42 +0000 (17:32 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 6 Oct 2014 15:32:42 +0000 (17:32 +0200)
deploy/nginx-app.conf

index 20e6ebc0d1b5df2aaecd4b1d48e3c58214a97b09..61aacc1e84537308f0fc3f2f5cad419e2b75f4e0 100644 (file)
@@ -2,7 +2,7 @@
 
 # the upstream component nginx needs to connect to
 upstream django {
-    server unix:/opt/TimeSide/timeside/server/sandbox/app.sock; # for a file socket
+    server unix:/opt/TimeSide/examples/sandbox/app.sock; # for a file socket
     # server 127.0.0.1:8001; # for a web port socket (we'll use this first)
     }