Skip to content
Snippets Groups Projects
Commit 90f13af6 authored by Fabien  MAREUIL's avatar Fabien MAREUIL
Browse files

media path apache

parent 6c8fc4d2
Branches
Tags
1 merge request!29Prepare for v1.1.0
Pipeline #27609 passed
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
BABEL_LIBDIR: "/usr/lib64/openbabel/" BABEL_LIBDIR: "/usr/lib64/openbabel/"
- name: create mod_wsgi configuration - name: create mod_wsgi configuration
django_manage: django_manage:
command: "runmodwsgi --setup-only --port={{ http_port }} --user ippidb --group wheel --server-root={{ service_conf_path }}" command: "runmodwsgi --setup-only --port={{ http_port }} --user ippidb --group wheel --server-root={{ service_conf_path }} --url-alias /media {{ checkout_path }}/ippisite/media"
app_path: "{{ checkout_path }}/ippisite" app_path: "{{ checkout_path }}/ippisite"
settings: "ippisite.{{ ansible_hostname }}_settings" settings: "ippisite.{{ ansible_hostname }}_settings"
environment: environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment