- commit
- f760bf280d7cbcd1a60697186c254aa7bb2d69f1
- parent
- bd5822ae32ee68925bafeb957a2e803139a04cff
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-07-01 14:08
nginx: add robots.txt
Diffstat
| M | deploy/neddit.nginx | 4 | ++++ |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy/neddit.nginx b/deploy/neddit.nginx
@@ -16,4 +16,8 @@ server {
16 16 location /favicon.ico {
17 17 return 404;
18 18 }
-1 19
-1 20 location /robots.txt {
-1 21 return 200 "User-agent: *\nDisallow: /\n";
-1 22 }
19 23 }