-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathwsgi.ini
More file actions
32 lines (30 loc) · 703 Bytes
/
wsgi.ini
File metadata and controls
32 lines (30 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[uwsgi]
# uwsgi --socket 104.236.30.202:8080 --protocol=http -b 65535 -w wsgi:app
module = wsgi
master = true
processes = 1
socket = 127.0.0.1:8080
buffer-size = 65535
die-on-term = true
virtualenv = ~/cocottributes/env/
#daemonize = /cocottribtues/app/app_daemon.log
# binary-path = /usr/local/bin/uwsgi
# chdir = /opt/app
# chmod-socket = 777
# chown-socket = www-data
# emperor = true
# enable-threads = true
# gid = www-data
# home = env
# limit-as = 512
# master = true
# module = app.wsgi
# pidfile = /opt/logs/uwsgi/master.pid
# processes = 2
# python-path = /opt/app
# socket = /var/uwsgi/app.sock
# touch-reload = /opt/app/reload
# uid = www-data
# vacuum = true
# vhost = true
# workers = 4