File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 161
161
forceSSL = lib . mkDefault true ;
162
162
locations . "=/nixos.png" . alias = ./nixos.png ;
163
163
locations . "=/favicon.ico" . alias = ./favicon.ico ;
164
+ locations . "=/robots.txt" . alias = ./robots.txt ;
164
165
} ;
165
166
} ;
166
167
}
Original file line number Diff line number Diff line change
1
+ User-agent: *
2
+ Disallow: /index.php?diff=
3
+ Disallow: /index.php?oldid=
4
+ Disallow: /index.php?title=Help
5
+ Disallow: /index.php?title=Image
6
+ Disallow: /index.php?title=MediaWiki
7
+ Disallow: /index.php?title=Special:
8
+ Disallow: /index.php?title=Template
9
+ Disallow: /wiki/Special:
10
+ Disallow: /api.php
11
+ Disallow: /index.php?returnto=
12
+ Disallow: /index.php?*userExpLevel=
13
+
14
+ # Allows robots to find all the pages containing content
15
+ Allow: /wiki/Special:AllPages
16
+
17
+ # Allow the Internet Archiver to index action=raw and thereby store the raw wikitext of pages
18
+ User-agent: ia _archiver
19
+ Allow: /*&action=raw
20
+ Allow: /*&action=edit
You can’t perform that action at this time.
0 commit comments