Compare commits
No commits in common. "e8239a99607c3a6b590de1b4283244c6caa35762" and "17a863831e4323cdffcb17359a5cd6740dbb4839" have entirely different histories.
e8239a9960
...
17a863831e
|
@ -13,6 +13,7 @@
|
|||
|
||||
beatific.hostName = "centroid";
|
||||
beatific.defaults = {
|
||||
nebula = false;
|
||||
tvbSync = false;
|
||||
};
|
||||
|
||||
|
@ -77,11 +78,8 @@
|
|||
default = true;
|
||||
locations."/".return = "444";
|
||||
};
|
||||
"mopidy.home.ktvb.site" = {
|
||||
listen = [
|
||||
{ addr = "10.22.20.7"; }
|
||||
{ addr = "centroid.lan"; }
|
||||
];
|
||||
"centroid.lan" = {
|
||||
listen = [ { addr = "centroid.lan"; } ];
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://localhost:6680";
|
||||
|
|
Loading…
Reference in New Issue