Index: README.md
===================================================================
--- README.md (revision 11)
+++ README.md (revision 12)
@@ -356,10 +356,8 @@
add_header Cache-Control "max-age=31536000, public";
}
- location ~ ^/favicon.ico$ {
+ location ~* ^.+(favicon.ico|robots.txt) {
root /u3/nginx/vhosts/cgit;
- access_log off;
- log_not_found off;
expires 30d;
}