mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Adjust the path to the static file for el6 vs others
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user