diff options
| author | horus_arch | 2015-02-28 12:30:57 +0100 |
|---|---|---|
| committer | horus_arch | 2015-02-28 12:30:57 +0100 |
| commit | 519da49c7e1b18d3f9bcf67c2ef25914717ca3e5 (patch) | |
| tree | 96488560db14afd08a88f2f76527285de19b8de5 | |
| parent | c547d90d3ea3ab2383d95e8e18ab7a391d1c150a (diff) | |
| download | nginx_conf-519da49c7e1b18d3f9bcf67c2ef25914717ca3e5.tar.gz | |
Add robots.conf to emulate robots.txt
| -rw-r--r-- | robots.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/robots.conf b/robots.conf new file mode 100644 index 0000000..63a628f --- /dev/null +++ b/robots.conf @@ -0,0 +1,3 @@ +location = /robots.txt { + return 200 "User-agent: *\nDisallow: /\n"; +} |
