Merge 89de38fd1c722d38edea022d85868602571b727b into ecdc849232ac3a733709a5f55ec32352c2f244f1

This commit is contained in:
Danny van Kooten 2024-06-27 16:19:30 -03:00 committed by GitHub
commit 36e6fd7841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ location ~* \.(?:rss|atom)$ {
} }
# Caches images, icons, video, audio, HTC, etc. # Caches images, icons, video, audio, HTC, etc.
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ { location ~* \.(?:jpg|jpeg|gif|png|webp|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ {
expires 1y; expires 1y;
access_log off; access_log off;
} }
@ -39,4 +39,4 @@ location = /robots.txt {
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
access_log off; access_log off;
log_not_found off; log_not_found off;
} }