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:
parent
c6c062b333
commit
23bf2b7c9c
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue