Configuracion para Linux nativa con Uwsgi

This commit is contained in:
Mauricio Baeza 2017-12-13 20:34:38 -06:00
parent 4fc6908a8d
commit 9057c39247
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
[uwsgi]
http = 127.0.0.1:8000
http = :8000
wsgi-file = main.py
callable = app
master = true
processes = 4
threads = 4
thunder-lock = true
static-map = /static=../static
logger = file:../../../empresalibre-uwsgi.log