We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0939b1 + a8ca0d1 commit 58f9597Copy full SHA for 58f9597
templates/uwsgi.ini.j2
@@ -37,9 +37,11 @@ buffer-size={{ django_wsgi_buffer_size }}
37
{% if django_wsgi_env %}
38
env={{ django_wsgi_env }}
39
{% endif %}
40
+{% if django_wsgi_env_variables is defined and django_wsgi_env_variables %}
41
{% for item, value in django_wsgi_env_variables.items() %}
42
env={{ item }}={{ value }}
43
{% endfor %}
44
+{% endif %}
45
stats={{ django_wsgi_stats }}
46
{% if django_wsgi_enable_threads %}
47
enable-threads
0 commit comments