Adjust the path to the static file for el6 vs others

This commit is contained in:
Pierre-Yves Chibon 2014-07-02 16:17:20 +02:00
parent f3ceded008
commit 81ad59c918

View file

@ -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