staging and production project config files use specific gunicorn and nginx templates, changed the directory of those templates from scripts/conf to usr/etc

modified:   staging.yml
This commit is contained in:
Ronny Abraham 2016-09-21 17:10:14 +03:00
parent c6c062b333
commit 23bf2b7c9c

View file

@ -40,9 +40,9 @@ supervisor:
templates:
gunicorn:
conf: {output: gunicorn.conf.py, source: gunicorn.unixsocket.jinja2}
path: scripts/conf/django
path: usr/etc/django
nginx:
conf: {output: nginx.conf, source: unixsocket.jinja2}
file: unixsocket.jinja2
path: scripts/conf/nginx
path: usr/etc/nginx
virtualenv: {workon: /home/website/.virtualenvs}