uwsgi ini
This commit is contained in:
10
fet2020/uwsgi.ini
Normal file
10
fet2020/uwsgi.ini
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[uwsgi]
|
||||||
|
#uid
|
||||||
|
#gid
|
||||||
|
master = true
|
||||||
|
processes = 3
|
||||||
|
#chown-socket =www-data:www-data
|
||||||
|
module = fet2020.wsgi:application
|
||||||
|
pidfile=/tmp/project-master.pid
|
||||||
|
enable-threads = true
|
||||||
|
socket=/tmp/app.sock
|
||||||
Reference in New Issue
Block a user