This commit is contained in:
2021-01-16 19:47:34 +01:00
commit 9a907c3a8e
8 changed files with 310 additions and 0 deletions

7
server.ini Normal file
View File

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