diff --git a/upstart-jobs/apache-httpd/twiki.nix b/upstart-jobs/apache-httpd/twiki.nix index 0a84f13ba7c7..f72e92c84eaa 100644 --- a/upstart-jobs/apache-httpd/twiki.nix +++ b/upstart-jobs/apache-httpd/twiki.nix @@ -98,10 +98,22 @@ in { ''; + robotsEntries = '' + User-agent: * + Disallow: /rdiff/ + Disallow: /rename/ + Disallow: /edit/ + Disallow: /bin/ + Disallow: /oops/ + Disallow: /view/ + Disallow: /search/ + Disallow: /attach/ + Disallow: /pt/bin/ + ''; + # !!! should not be needed extraModulesPre = []; extraModules = []; - robotsEntries = ""; globalEnvVars = []; extraServerPath = []; extraPath = [];