From 639a88e07439f273c2508202b806a5496fc07f16 Mon Sep 17 00:00:00 2001 From: Hinrikus Wolf <hinrikus@fsmpi.rwth-aachen.de> Date: Wed, 25 Apr 2018 23:50:34 +0200 Subject: [PATCH] fix #note_3366 --- uwsgi-python/templates/uwsgi.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi-python/templates/uwsgi.ini.j2 b/uwsgi-python/templates/uwsgi.ini.j2 index b4a1e55..0bb1258 100644 --- a/uwsgi-python/templates/uwsgi.ini.j2 +++ b/uwsgi-python/templates/uwsgi.ini.j2 @@ -45,7 +45,7 @@ plugin = {{uwsgi_python_plugin|mandatory}}{# or add new python versions here #} {% endif %} virtualenv = {{app_venv|default(app_path)}} wsgi-file = {{app_path}}/{{app_program}} -callable = {{uapp_callable}} +callable = {{app_callable}} pyargv = {{app_program}} {{app_command}} manage-script-name = mount={{app_mountpoint}}={{app_path}}/{{app_program}} -- GitLab