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

Enable non-root wsgi mountpoints in uwsgi-python

parent baa5109f
No related branches found
No related tags found
No related merge requests found
...@@ -12,3 +12,4 @@ uwsgi_command: runserver ...@@ -12,3 +12,4 @@ uwsgi_command: runserver
uwsgi_db: none uwsgi_db: none
uwsgi_python: 3 uwsgi_python: 3
uwsgi_mules: 0 uwsgi_mules: 0
uwsgi_mountpoint: /
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
- python-dev - python-dev
- python-virtualenv - python-virtualenv
- uwsgi-plugin-python - uwsgi-plugin-python
- virtualenv
when: uwsgi_python == 2 when: uwsgi_python == 2
tags: tags:
- packages - packages
...@@ -20,6 +21,7 @@ ...@@ -20,6 +21,7 @@
- python3-dev - python3-dev
- python3-virtualenv - python3-virtualenv
- uwsgi-plugin-python3 - uwsgi-plugin-python3
- virtualenv
when: uwsgi_python == 3 when: uwsgi_python == 3
tags: tags:
- packages - packages
......
...@@ -42,4 +42,4 @@ wsgi-file = {{uwsgi_path}}/{{uwsgi_program}} ...@@ -42,4 +42,4 @@ wsgi-file = {{uwsgi_path}}/{{uwsgi_program}}
callable = {{uwsgi_callable}} callable = {{uwsgi_callable}}
pyargv = {{uwsgi_program}} {{uwsgi_command}} pyargv = {{uwsgi_program}} {{uwsgi_command}}
manage-script-name = manage-script-name =
mount=/={{uwsgi_path}}/{{uwsgi_program}} mount={{uwsgi_mountpoint}}={{uwsgi_path}}/{{uwsgi_program}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment