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

This commit is contained in:
2026-05-25 16:45:21 +03:00
commit 94a994511d
3 changed files with 303 additions and 0 deletions

22
aid03/uwsgi.ini Normal file
View File

@@ -0,0 +1,22 @@
[uwsgi]
master = true
processes = 5
chdir=/home/shurik/aid03/src
#socket=0.0.0.0:433
##shared-socket = 0.0.0.0:443
shared-socket = 62.117.97.3:443
uid = shurik
gid = www-data
https = =0,/home/shurik/aid03/https/fullchain.pem,/home/shurik/aid03/https/privkey.pem,HIGH
#http-to = /tmp/uwsgi.sock
#http = aid.03.ru:80
enable-threads = true
vacuum = true
die-on-term = true
buffer-size=32768
wsgi-file = app.py
callable = app
#module=app.py:application
pidfile=/tmp/aid03_app.pid