From 7ffc108b11574b5c0b0d32f24b6251c311ff8ce7 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 19 Feb 2023 21:23:38 +0400 Subject: [PATCH] Removed robots.txt endpoint from nginx.conf. --- configs/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configs/nginx.conf b/configs/nginx.conf index 6210611..9803740 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -26,12 +26,6 @@ server { proxy_set_header Host $host; } - location =/robots.txt { - alias $http_root/shared/files/radio.robots.txt; - default_type text/html; - } - - location /live/ { proxy_pass http://127.0.0.1:8000/; proxy_buffering off;