You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
380 B
17 lines
380 B
[uwsgi]
|
|
#uid = www-data
|
|
#gid = www-data
|
|
module = app:app
|
|
master = true
|
|
processes = 5
|
|
pythonpath = /var/www/corten/env/bin/python3.7
|
|
pythonpath = /var/www/corten/env/lib/python3.7/site-packages
|
|
http = 0.0.0.0:8087
|
|
stats = 202.61.253.44:9193
|
|
logto = /var/www/corten/wsgi.log
|
|
memory-report
|
|
die-on-term
|
|
|
|
socket = /var/www/corten/corten.sock
|
|
chdir = /var/www/corten
|
|
chmod-socket = 666
|