nginx config repair
This commit is contained in:
parent
b4f81145e0
commit
2d2d7fab6f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user