Загрузить файлы в «aid03»
This commit is contained in:
22
aid03/uwsgi.ini
Normal file
22
aid03/uwsgi.ini
Normal 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
|
||||
Reference in New Issue
Block a user