We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49fff8f + 3674320 commit 15f6cceCopy full SHA for 15f6cce
config/nginx/nginx.conf
@@ -16,7 +16,7 @@ server {
16
}
17
18
# Static files
19
- location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico|html|txt)$ {
+ location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico|svg|html|txt)$ {
20
access_log off;
21
expires 30d;
22
0 commit comments