conditionalize this so it does not break production before we upgrade it to the new bodhi

This commit is contained in:
Kevin Fenzi 2016-09-17 18:34:52 +00:00
parent a0b92a81b0
commit 897f2cc44a

View file

@ -1,4 +1,8 @@
{% if env == 'staging' %}
Alias /static /usr/lib/python2.7/site-packages/bodhi/server/static/ Alias /static /usr/lib/python2.7/site-packages/bodhi/server/static/
{% else %}
Alias /static /usr/lib/python2.7/site-packages/bodhi/static/
{% endif %}
<FilesMatch ".(eot|ttf|otf|woff)"> <FilesMatch ".(eot|ttf|otf|woff)">
# modern browsers require that fonts have this # modern browsers require that fonts have this