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