adding net project with addr subproject

This commit is contained in:
brent s
2017-10-05 21:17:04 -04:00
parent 6c2dfce9a7
commit 8aaf23cdac
8 changed files with 112 additions and 0 deletions

18
net/addr/uwsgi.ini Normal file
View File

@@ -0,0 +1,18 @@
[uwsgi]
plugin = python
py-autoreload = 1
#uid = http
#gid = http
socket = /run/uwsgi/netinfo.sock
chown-socket = http:http
processes = 4
master = 1
base = /usr/local/lib/optools/net/addr
chdir = %(base)
#mount = /=%(base)/run.py
wsgi-file = %(base)/run.py
chmod-socket = 660
callable = app
cgi-helper =.py=python
logto = /var/log/uwsgi/%n.log
vacuum