fix can ynh-admin vuejs

This commit is contained in:
Kay0u 2021-01-22 14:49:47 +01:00
parent f5ab4443ff
commit 0efd830743
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -10,7 +10,7 @@ location /yunohost/admin/ {
more_set_headers "Content-Security-Policy-Report-Only:";
# Short cache on handlebars templates
location ~* \.(?:ms)$ {
location ~* \.(js|css|png|jpg|jpeg|gif|ico|json|woff|woff2|ttf|eot)$ {
expires 5m;
add_header Cache-Control "public";
}