1
0

Removed robots.txt endpoint from nginx.conf.

This commit is contained in:
Alexander Andreev 2023-02-19 21:23:38 +04:00
parent aa0d818488
commit 7ffc108b11
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -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;