* Some robots blocks.
svn path=/nixos/trunk/; revision=11762
This commit is contained in:
parent
32e3f49182
commit
5d5f48af83
@ -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
|
# !!! should not be needed
|
||||||
extraModulesPre = [];
|
extraModulesPre = [];
|
||||||
extraModules = [];
|
extraModules = [];
|
||||||
robotsEntries = "";
|
|
||||||
globalEnvVars = [];
|
globalEnvVars = [];
|
||||||
extraServerPath = [];
|
extraServerPath = [];
|
||||||
extraPath = [];
|
extraPath = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user