2022-06-24 18:21:41 +02:00
|
|
|
; https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#magic-variables
|
|
|
|
|
|
|
|
[uwsgi]
|
2022-06-24 18:25:31 +02:00
|
|
|
http = :8080
|
2022-06-24 18:21:41 +02:00
|
|
|
chdir = %v
|
|
|
|
wsgi-file = %v/app.py
|
2023-11-20 11:45:49 +01:00
|
|
|
enable-thread = true
|
2022-06-24 18:21:41 +02:00
|
|
|
processes = 1
|
|
|
|
threads = 2
|