Browse Source

Add PIDFile for uWSGI.

master
Ben Kurtovic 7 years ago
parent
commit
30f1e63a6c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config/uwsgi.ini

+ 1
- 0
config/uwsgi.ini View File

@@ -3,6 +3,7 @@ socket = 127.0.0.1:9001
wsgi-file = app.py
callable = app
virtualenv = venv
safe-pidfile = /run/calefaction.pid

processes = 1
threads = 4


Loading…
Cancel
Save