dokcer: cache webp images files in nginx

This commit is contained in:
Zankaria 2024-04-18 23:33:47 +02:00
parent cbb1571063
commit 9d7ddd46c5

View File

@ -20,7 +20,7 @@ server {
# Expire rules for static content # Expire rules for static content
# Media: images, icons, video, audio, HTC # Media: images, icons, video, audio, HTC
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ { location ~* \.(?:jpg|jpeg|gif|png|webp|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ {
expires 1M; expires 1M;
access_log off; access_log off;
log_not_found off; log_not_found off;