centroid: open mopidy to beatific
This commit is contained in:
parent
5680da15c0
commit
e8239a9960
|
@ -77,8 +77,11 @@
|
||||||
default = true;
|
default = true;
|
||||||
locations."/".return = "444";
|
locations."/".return = "444";
|
||||||
};
|
};
|
||||||
"centroid.lan" = {
|
"mopidy.home.ktvb.site" = {
|
||||||
listen = [ { addr = "centroid.lan"; } ];
|
listen = [
|
||||||
|
{ addr = "10.22.20.7"; }
|
||||||
|
{ addr = "centroid.lan"; }
|
||||||
|
];
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
proxyPass = "http://localhost:6680";
|
proxyPass = "http://localhost:6680";
|
||||||
|
|
Loading…
Reference in New Issue