We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88c13ba + 37bda26 commit 99565f7Copy full SHA for 99565f7
conf/nginx-site-ssl.conf
@@ -60,7 +60,7 @@ server {
60
include fastcgi_params;
61
}
62
63
- location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml)$ {
+ location ~* \.(jpg|jpeg|gif|png|css|js|ico|webp|tiff|ttf|svg)$ {
64
expires 5d;
65
66
conf/nginx-site.conf
@@ -53,7 +53,7 @@ server {
53
54
55
56
57
58
59
0 commit comments