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;