summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2020-04-19 13:11:17 +0200
committernico <nico@magicbroccoli.de>2020-04-19 13:11:17 +0200
commitc8da6d2f2d530ea51ec0dee937d1309fb57d824f (patch)
treecc1943c34da559ee916a78adeef0d09b0f137a23 /static
parent36cf666a0c8ea32c702338e2931dc109859269a7 (diff)
add missing requirements and config parameters
+ add missing config parameters in the config template + add redis requirement * fixed mistake in the uwsgi template
Diffstat (limited to 'static')
-rw-r--r--static/joplinapi.uwsgi.ini4
1 files changed, 2 insertions, 2 deletions
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