Skip to content
Snippets Groups Projects
Commit 68e7af95 authored by Fabien  MAREUIL's avatar Fabien MAREUIL Committed by Hervé MENAGER
Browse files

media path apache

(cherry picked from commit 90f13af6)
parent 1fc379c6
Branches
Tags
1 merge request!13Master
Pipeline #27625 passed
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,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