From bb96d6e5c73f0361f7cca95d0c9a71b451901a27 Mon Sep 17 00:00:00 2001 From: Slava Kyrachevsky Date: Fri, 27 Jan 2017 11:29:06 +0200 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=BB=D1=83=D1=87=D1=88=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=20=D0=B4=D0=BB=D1=8F=20sup?= =?UTF-8?q?ervisor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- support/supervisor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/supervisor.conf b/support/supervisor.conf index b0f2489a..733683de 100644 --- a/support/supervisor.conf +++ b/support/supervisor.conf @@ -1,5 +1,5 @@ [program:expomap] -command=/usr/local/bin/uwsgi -s 127.0.0.1:49000 -M -L -R 5000 --env DJANGO_SETTINGS_MODULE=proj.settings -w "django.core.wsgi:get_wsgi_application()" --touch-reload /home/www/expomap/touch_reload --chdir /home/www/expomap +command=/usr/local/bin/uwsgi -s 127.0.0.1:49000 -M -L -R 5000 --env DJANGO_SETTINGS_MODULE=proj.settings -w "django.core.wsgi:get_wsgi_application()" --touch-reload /home/www/expomap/touch_reload --chdir /home/www/expomap --processes 4 --threads 2 stopsignal=INT stopwaitsecs=60 autostart=true