Initial commit
This commit is contained in:
11
servers/deployment/*-uwsgi.ini
Normal file
11
servers/deployment/*-uwsgi.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[uwsgi]
|
||||
chdir = /var/www/*******
|
||||
module = *******.wsgi
|
||||
home = /var/www/venvs/*******
|
||||
plugins = python3
|
||||
virtualenv = /var/www/venvs/*******
|
||||
master = true
|
||||
processes = 10
|
||||
socket = /var/www/*******/deployment/uwsgi_nginx.sock
|
||||
chmod-socket = 666
|
||||
vacuum = true
|
||||
Reference in New Issue
Block a user