Compare commits
2 Commits
06b979d249
...
7f65bd0011
Author | SHA1 | Date |
---|---|---|
Daniel Lovbrotte Olsen | 7f65bd0011 | |
Daniel Lovbrotte Olsen | f5e1ec075f |
|
@ -203,7 +203,7 @@ in
|
||||||
return 404;
|
return 404;
|
||||||
'';
|
'';
|
||||||
"/robots.txt" = {
|
"/robots.txt" = {
|
||||||
alias = pkgs.writeTextDir "robots.txt" ''
|
alias = pkgs.writeText "robots.txt" ''
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /
|
Disallow: /
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue