From eaffe42d7b0de7cccc925b0d7ac09349ba6a6e90 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 8 Jan 2017 18:37:10 -0800 Subject: [PATCH] remove spaces --- ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 b/ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 index e2c1102..a5f766f 100644 --- a/ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 +++ b/ch08/playbooks/roles/mezzanine/templates/supervisor.conf.j2 @@ -3,7 +3,7 @@ command={{ mezzanine_venv_path }}/bin/gunicorn -c gunicorn.conf.py -p gunicorn.p directory={{ mezzanine_proj_path }} user={{ mezzanine_user }} autostart=true -stdout_logfile = /home/{{ mezzanine_user }}/logs/{{ mezzanine_proj_name }}_supervisor +stdout_logfile=/home/{{ mezzanine_user }}/logs/{{ mezzanine_proj_name }}_supervisor autorestart=true redirect_stderr=true environment=LANG="{{ locale }}",LC_ALL="{{ locale }}",LC_LANG="{{ locale }}" -- 2.44.0