Skip to content

Commit 95e5be8

Browse files
committed
minor #1364 [Site] Add missing cache rules for .ico / .webp files (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Site] Add missing cache rules for .ico / .webp files Commits ------- 012929c [Site] Add missing cache rules for .ico / .webp files
2 parents 9710bd5 + 012929c commit 95e5be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ web:
3333
expires: 1h
3434
passthru: "/index.php"
3535
rules:
36-
'\.(gif|jpe?g|png|css|js|woff|woff2|ttf|eot|svg)$':
36+
'\.(gif|jpe?g|png|css|js|woff|woff2|ttf|eot|svg|webp|ico)$':
3737
expires: 365d
3838

3939
disk: 256

0 commit comments

Comments
 (0)