Skip to content

Commit

Permalink
[TASK] allow access to static webp files
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmatseriks committed Nov 20, 2024
1 parent ad8a2fd commit 90a2db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ server {
expires -1s;
}
# Allow access to common static files.
location ~ "\.(jpe?g|png|gif|svgz?|html|css|js|map|ico|bmp|eot|woff2?|otf|ttf|webmanifest|xsl)$" {
location ~ "\.(jpe?g|png|gif|svgz?|html|css|js|map|ico|bmp|eot|woff2?|otf|ttf|webmanifest|xsl|webp)$" {
expires 1M;
}

Expand Down

0 comments on commit 90a2db5

Please sign in to comment.