mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix can ynh-admin vuejs
This commit is contained in:
parent
f5ab4443ff
commit
0efd830743
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue