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.
1 parent 49912ce commit 37bda26Copy full SHA for 37bda26
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