changes in service

This commit is contained in:
2021-01-15 12:22:40 +01:00
parent 9717d171bf
commit 124fca001a
3 changed files with 108 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[uwsgi]
http = :5000
wsgi-file = server.py
processes = 4
threads = 2
processes = 1
threads = 1
stats = 127.0.0.1:9191