Skip to content

Commit 15f6cce

Browse files
Merge pull request #5 from mr-pack/master
Add .svg image file extension for nginx.conf
2 parents 49fff8f + 3674320 commit 15f6cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ server {
1616
}
1717

1818
# Static files
19-
location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico|html|txt)$ {
19+
location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico|svg|html|txt)$ {
2020
access_log off;
2121
expires 30d;
2222
}

0 commit comments

Comments
 (0)