Adjust the path to the static file for el6 vs others
This commit is contained in:
parent
f3ceded008
commit
81ad59c918
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
|
||||
{% if ansible_distribution_major_version == '6' %}
|
||||
Alias /kerneltest/static /usr/lib/python2.6/site-packages/kerneltest/static/
|
||||
{% else %}
|
||||
Alias /kerneltest/static /usr/lib/python2.6/site-packages/kerneltest/static/
|
||||
{% endif %}
|
||||
|
||||
WSGIDaemonProcess kerneltest user=apache maximum-requests=1000 display-name=kerneltest processes=2 threads=1
|
||||
WSGISocketPrefix run/wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue