From 9caa8dbcd8f2f446c7324cb75b2e672d48920e3f Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Thu, 12 Mar 2020 11:46:08 +0100 Subject: [PATCH] uwsgi update --- uwsgi.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uwsgi.ini b/uwsgi.ini index 93949bc..068aa27 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -4,13 +4,13 @@ uid = 33 gid = 33 master = true # No. of processes can be increased -processes = 7 +processes = 2 chown-socket =www-data:www-data -virtualenv = /srv/foto_gallery/.env -pythonpath = /srv/foto_gallery/ +virtualenv = /srv/fet_fotos/.env +pythonpath = /srv/fet_fotos/ #pidfile = /srv/simple_sample_flat_index/uwsgi.pid #socket = /srv/simple_sample_flat_index/uwsgi.sock -pidfile=/var/run/foto_gallery.pid +pidfile=/var/run/fet_fotos.pid socket = /var/run/foto_gallery.sock chmod-socket = 666 module = foto_gallery