From 0cdad6a443799356868b9cc589f296678c7d2744 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 7 Sep 2021 17:20:55 -0400 Subject: [PATCH] remove robots.txt section --- ubuntu/elaine.asininetech.net.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ubuntu/elaine.asininetech.net.yml b/ubuntu/elaine.asininetech.net.yml index fe5bb93..410d450 100644 --- a/ubuntu/elaine.asininetech.net.yml +++ b/ubuntu/elaine.asininetech.net.yml @@ -31,10 +31,6 @@ - location / { proxy_pass http://127.0.0.1:8080; } - - location = /robots.txt { - add_header Content-Type text/plain; - return 200 "User-agent: *\nDisallow: /\n"; - } nginx_configs: gzip: - gzip on