Add svg too

This commit is contained in:
Mansoor A 2018-05-06 11:17:34 +05:30
parent 62d9272c05
commit 92a35f8857
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
access_log off;
}
location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ {
location ~* \.(jpg|jpeg|svg|png|gif|ico|css|js)$ {
expires 30d;
add_header Cache-Control "public";
}