Files
Flask_scripts/aid03/uwsgi.ini

23 lines
478 B
INI
Raw Permalink Normal View History

[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