Skip to content
Snippets Groups Projects

Unify uwsgi python

Merged Hinrikus Wolf requested to merge unify_uwsgi_python into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -45,7 +45,7 @@ plugin = {{uwsgi_python_plugin|mandatory}}{# or add new python versions here #}
@@ -45,7 +45,7 @@ plugin = {{uwsgi_python_plugin|mandatory}}{# or add new python versions here #}
{% endif %}
{% endif %}
virtualenv = {{app_venv|default(app_path)}}
virtualenv = {{app_venv|default(app_path)}}
wsgi-file = {{app_path}}/{{app_program}}
wsgi-file = {{app_path}}/{{app_program}}
callable = {{uapp_callable}}
callable = {{app_callable}}
pyargv = {{app_program}} {{app_command}}
pyargv = {{app_program}} {{app_command}}
manage-script-name =
manage-script-name =
mount={{app_mountpoint}}={{app_path}}/{{app_program}}
mount={{app_mountpoint}}={{app_path}}/{{app_program}}
Loading