diff options
author | nico <nico@magicbroccoli.de> | 2020-04-19 13:11:17 +0200 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2020-04-19 13:11:17 +0200 |
commit | c8da6d2f2d530ea51ec0dee937d1309fb57d824f (patch) | |
tree | cc1943c34da559ee916a78adeef0d09b0f137a23 /static | |
parent | 36cf666a0c8ea32c702338e2931dc109859269a7 (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.ini | 4 |
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 |