Skip to content

Commit e5c1654

Browse files
author
Till Brehm
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents 650d1f3 + 07b2272 commit e5c1654

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)