From 88c9913fa83b0c17a98dc23d23144a37c4776975 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Thu, 26 May 2011 15:20:16 -0400 Subject: [PATCH] More defaults, missing favicon.ico and robots.txt can amount to a huge hit on the server logs. The load and traffic are small but the logs are insanely stupid. --- server/conf-custom/index/robots.txt | 2 ++ server/conf-custom/index/favicon.ico | 0 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/server/conf-custom/index/favicon.ico b/server/conf-custom/index/favicon.ico new file mode 100644 index 0000000..7a6c687 --- /dev/null +++ b/server/conf-custom/index/favicon.ico Binary files differ diff --git a/server/conf-custom/index/robots.txt b/server/conf-custom/index/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/server/conf-custom/index/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: -- Gitblit v1.9.1