Removed robots.txt endpoint from nginx.conf.
This commit is contained in:
parent
aa0d818488
commit
7ffc108b11
@ -26,12 +26,6 @@ server {
|
|||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
location =/robots.txt {
|
|
||||||
alias $http_root/shared/files/radio.robots.txt;
|
|
||||||
default_type text/html;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
location /live/ {
|
location /live/ {
|
||||||
proxy_pass http://127.0.0.1:8000/;
|
proxy_pass http://127.0.0.1:8000/;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
Loading…
Reference in New Issue
Block a user