nginx config repair

This commit is contained in:
Steffen Illium 2023-12-24 11:41:20 +01:00 committed by Steffen Illium
parent b4f81145e0
commit 2d2d7fab6f

View File

@ -23,7 +23,7 @@ server {
add_header Cache-Control "public, no-transform";
}
location ~* \.(?:ico|cur|gif|svg|svgz|png|jpe?g)(\?.+)?$ {
location ~* \.(?:png|jpe?g)(\?.+)?$ {
try_files $uri$webp_suffix $uri =404;
}