Merge remote-tracking branch 'origin/unstable' into unstable

This commit is contained in:
Weblate 2015-11-24 11:28:13 +01:00
commit b092d93a60

View file

@ -2,4 +2,10 @@ location /yunohost/admin {
alias /usr/share/yunohost/admin/; alias /usr/share/yunohost/admin/;
default_type text/html; default_type text/html;
index index.html; index index.html;
# Short cache on handlebars templates
location ~* \.(?:ms)$ {
expires 5m;
add_header Cache-Control "public";
}
} }