From 23bf2b7c9c06e4ad72fe91f387a6ed0f6770cd98 Mon Sep 17 00:00:00 2001 From: Ronny Abraham Date: Wed, 21 Sep 2016 17:10:14 +0300 Subject: [PATCH] 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 --- share/templates/meta/staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/templates/meta/staging.yml b/share/templates/meta/staging.yml index ed3e591..593ee01 100644 --- a/share/templates/meta/staging.yml +++ b/share/templates/meta/staging.yml @@ -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}