Merge 89de38fd1c722d38edea022d85868602571b727b into ecdc849232ac3a733709a5f55ec32352c2f244f1
This commit is contained in:
commit
36e6fd7841
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user