From c8da6d2f2d530ea51ec0dee937d1309fb57d824f Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 19 Apr 2020 13:11:17 +0200 Subject: add missing requirements and config parameters + add missing config parameters in the config template + add redis requirement * fixed mistake in the uwsgi template --- static/joplinapi.uwsgi.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/joplinapi.uwsgi.ini b/static/joplinapi.uwsgi.ini index 84f3128..f626e34 100644 --- a/static/joplinapi.uwsgi.ini +++ b/static/joplinapi.uwsgi.ini @@ -5,11 +5,11 @@ base = /var/www chdir = %(base)/%(project) home = %(base)/%(project)/venv -module = joplinapi:app +module = app:app plugins = python3 manage-script-name = true -processes = 3 +processes = 1 uid = www-data gid = www-data logto = /var/log/uwsgi/app/%(project).log -- cgit v1.2.3-18-g5258