Skip to content
Snippets Groups Projects
Commit 639a88e0 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

fix #note_3366

parent 4eaad87c
No related branches found
No related tags found
1 merge request!3Unify uwsgi python
......@@ -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}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment