Added main backend components
This commit is contained in:
14
config-uwsgi.ini
Normal file
14
config-uwsgi.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
[uwsgi]
|
||||
module = wsgi:app
|
||||
|
||||
plugins = python3
|
||||
|
||||
socket = /tmp/myapp.sock
|
||||
chmod-socket = 660
|
||||
chown-socket = www-data:www-data
|
||||
vacuum = true
|
||||
buffer-size=32768
|
||||
master = true
|
||||
processes = 4
|
||||
logto = /var/log/nginx/%n.log
|
||||
die-on-term = true
|
Reference in New Issue
Block a user