From 2b11ec17b16c1b4d17db4f00517e200a52b7e636 Mon Sep 17 00:00:00 2001 From: the lemons Date: Mon, 7 Feb 2022 09:50:24 -0600 Subject: robots.txt --- robots.txt | 3 +++ zzcxz.cgi | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..4111bca --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: /g/zzcxz +Disallow: /g/ diff --git a/zzcxz.cgi b/zzcxz.cgi index 21fffa9..088cb8f 100755 --- a/zzcxz.cgi +++ b/zzcxz.cgi @@ -503,6 +503,11 @@ map["^/about/?$"] = function() return assert(io.open("about.html", 'r')) end +map["^/robots.txt$"] = function() + return assert(io.open("robots.txt", 'r')), + { content_type = 'text/plain' } +end + local function main() if env "PATH_INFO" == "/" then return redirect "/g/zzcxz" -- cgit v1.2.3