Skip to content
Snippets Groups Projects
Commit e4116033 authored by Eric Smith's avatar Eric Smith Committed by Kirill Roskolii
Browse files

Add allow webp and avif - as per suggested from andypost in comment 15249975

parent f39456e9
No related branches found
No related tags found
1 merge request!5596Resolve #2937161 "Drupal nginx conf"
......@@ -103,7 +103,7 @@ server {
try_files $uri /index.php?$query_string;
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ {
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|webp|avif)$ {
try_files $uri @rewrite;
expires max;
log_not_found off;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment