$dwelling_root changed to $http_root. Added robots.txt location.
This commit is contained in:
parent
89bc554fc0
commit
35c8a3e469
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user