Skip to content

Commit c0b5707

Browse files
committed
Update nginx_vhost.conf.master: leverage browser caching for /favicon.ico
1 parent 04af09a commit c0b5707

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)