configs: debian packages added
- added circus nginx conf fix. Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
1620a60905
commit
b9f7564048
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[watcher:nginx]
|
||||
cmd = /usr/sbin/nginx -c ./nginx.dynamicweb.conf
|
||||
cmd = /usr/sbin/nginx -c nginx.dynamicweb.conf
|
||||
numprocesses = 1
|
||||
use_sockets = False
|
||||
copy_env = True
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
python-dev
|
||||
python3-dev
|
||||
virtualenvwrapper
|
||||
libzmq-dev
|
||||
libevent-dev
|
||||
nginx
|
||||
postgresql
|
||||
postgresql-dev
|
||||
postgresql-server-dev-9.4
|
||||
memcached
|
||||
libmemcached-dev
|
||||
libxml2-dev
|
||||
libxslt1-dev
|
||||
python3-lxml # this depends on the amount of ram that the server has.
|
||||
|
|
Loading…
Reference in a new issue