From 660200c1720d8c5d28444c9e824a081406292371 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 6 Nov 2014 14:19:50 +0100 Subject: [PATCH] no virtualenv in sandbox (for docker) --- examples/sandbox/uwsgi.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/sandbox/uwsgi.ini b/examples/sandbox/uwsgi.ini index 5cc8ab2..fb6bb5c 100644 --- a/examples/sandbox/uwsgi.ini +++ b/examples/sandbox/uwsgi.ini @@ -13,13 +13,12 @@ ini = :base # socket (uwsgi) is not the same as http, nor http-socket socket = :8001 - [local] ini = :base http = :8000 -# set the virtual env to use -home=/home/me/.virtualenv +# set the virtual env to use +# home=/home/me/.virtualenv [base] # chdir to the folder of this config file, plus app/website -- 2.39.5