From a72383a85123b2d35ce9419733c55ccba2bc846d Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Thu, 8 Mar 2018 22:40:22 +0300 Subject: [PATCH] FIx WEB_CONCURRENCY environment variable missing Fixes #1562. --- {{cookiecutter.project_slug}}/.envs/.production/.django | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.envs/.production/.django b/{{cookiecutter.project_slug}}/.envs/.production/.django index c6def565..39bbaae4 100644 --- a/{{cookiecutter.project_slug}}/.envs/.production/.django +++ b/{{cookiecutter.project_slug}}/.envs/.production/.django @@ -30,7 +30,11 @@ DJANGO_ACCOUNT_ALLOW_REGISTRATION=True # django-compressor # ------------------------------------------------------------------------------ COMPRESS_ENABLED= -{% endif %}{% if cookiecutter.use_sentry_for_error_reporting == 'y' %} +{% endif %} +# Gunicorn +# ------------------------------------------------------------------------------ +WEB_CONCURRENCY=4 +{% if cookiecutter.use_sentry_for_error_reporting == 'y' %} # Sentry # ------------------------------------------------------------------------------ DJANGO_SENTRY_DSN=