* webp config from offline imageresponsive moved separate file in includes.d

This commit is contained in:
2021-11-16 22:25:10 +03:00
parent cbb1d79584
commit be1385a4a5
3 changed files with 13 additions and 9 deletions

View File

@ -22,6 +22,7 @@ location = /empty {
empty_gif;
}
location ~* \.(eot|ttf|woff|pdf|css|js)$ {
try_files $uri /404;
access_log off;
expires max;
}