Skip to content

Commit 07b2272

Browse files
author
Till Brehm
committed
Merge branch 'patch-1' into 'stable-3.1'
Update nginx_vhost.conf.master: leverage browser caching for /favicon.ico See merge request !649
2 parents 04af09a + c0b5707 commit 07b2272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/conf/nginx_vhost.conf.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ server {
131131
location = /favicon.ico {
132132
log_not_found off;
133133
access_log off;
134+
expires max;
135+
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
134136
}
135137

136138
location = /robots.txt {

0 commit comments

Comments
 (0)