Added main backend components

This commit is contained in:
2025-09-23 00:45:03 +02:00
parent 4d857fc787
commit a9596734e4
3 changed files with 394 additions and 0 deletions

14
config-uwsgi.ini Normal file
View File

@@ -0,0 +1,14 @@
[uwsgi]
module = wsgi:app
plugins = python3
socket = /tmp/myapp.sock
chmod-socket = 660
chown-socket = www-data:www-data
vacuum = true
buffer-size=32768
master = true
processes = 4
logto = /var/log/nginx/%n.log
die-on-term = true