diff --git a/configs/nginx.conf b/configs/nginx.conf index 7ca7bfd..6828ca1 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -30,7 +30,13 @@ server { location =/filelist { - alias $dwelling_root/radio_filelist.html; + alias $http_root/shared/radio_filelist.html; + + default_type text/html; + } + + location =/robots.txt { + alias $http_root/shared/files/radio.robots.txt; default_type text/html; }