Compare commits
No commits in common. "e8239a99607c3a6b590de1b4283244c6caa35762" and "17a863831e4323cdffcb17359a5cd6740dbb4839" have entirely different histories.
e8239a9960
...
17a863831e
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
beatific.hostName = "centroid";
|
beatific.hostName = "centroid";
|
||||||
beatific.defaults = {
|
beatific.defaults = {
|
||||||
|
nebula = false;
|
||||||
tvbSync = false;
|
tvbSync = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -77,11 +78,8 @@
|
||||||
default = true;
|
default = true;
|
||||||
locations."/".return = "444";
|
locations."/".return = "444";
|
||||||
};
|
};
|
||||||
"mopidy.home.ktvb.site" = {
|
"centroid.lan" = {
|
||||||
listen = [
|
listen = [ { addr = "centroid.lan"; } ];
|
||||||
{ 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