This commit is contained in:
Gergely Hegedus 2024-03-30 21:51:25 +02:00
commit a4c68ca9e2
76 changed files with 2737 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[uwsgi]
module = flask-wsgi:app
master = true
processes = 5
socket=:3000
chmod-socket = 666
protocol = http
vacuum = true
die-on-term = true
enable-threads = true