Skip to content
Snippets Groups Projects
Commit 07b22724 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'patch-1' into 'stable-3.1'

Update nginx_vhost.conf.master: leverage browser caching for /favicon.ico

See merge request !649
parents 04af09a9 c0b57078
No related branches found
No related tags found
1 merge request!649Update nginx_vhost.conf.master: leverage browser caching for /favicon.ico
......@@ -131,6 +131,8 @@ server {
location = /favicon.ico {
log_not_found off;
access_log off;
expires max;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
}
location = /robots.txt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment