conditionalize this so it does not break production before we upgrade it to the new bodhi
This commit is contained in:
parent
a0b92a81b0
commit
897f2cc44a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue