Загрузить файлы в «germany»

This commit is contained in:
2026-05-25 16:49:41 +03:00
parent 247147c6dc
commit d84f24ed43
5 changed files with 1335 additions and 0 deletions

17
germany/uwsgi.ini Normal file
View File

@@ -0,0 +1,17 @@
[uwsgi]
master = true
chdir=/home/shurik/SmartBed/src
shared-socket = 0.0.0.0:443
uid = shurik
gid = shurik
https = =0,https/fullchain.pem,https/privkey.pem,HIGH
#http-to = /tmp/uwsgi.sock
http = 195.201.126.70:8080
buffer-size=32768
wsgi-file = app.py
callable = app
#module=app.py:application
static-map = /log=/home/shurik/SmartBed/src/log