Skip to content
Snippets Groups Projects
Commit 17df32c6 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Fix problem with some python modules, global state and threads in uwsgi

parent 0d178eae
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ cheaper-step = 1
{% if app_enable_threads|default(false) %}
enable-threads =
single-interpreter = true
{% endif %}
{% for option in app_uwsgi_options|default([]) %}
{{option}}{% if "=" not in option %} ={% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment