18 lines
346 B
INI
18 lines
346 B
INI
|
|
[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
|
||
|
|
|