eguneraketa

This commit is contained in:
2022-06-24 18:21:41 +02:00
parent 64ed79e43a
commit fc5b40b0f9
8 changed files with 15 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
; https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#magic-variables
[uwsgi]
http = :9090
chdir = %v
wsgi-file = %v/app.py
processes = 1
threads = 2