Compare commits
2 Commits
17a863831e
...
e8239a9960
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | e8239a9960 | |
Tim Van Baak | 5680da15c0 |
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
beatific.hostName = "centroid";
|
beatific.hostName = "centroid";
|
||||||
beatific.defaults = {
|
beatific.defaults = {
|
||||||
nebula = false;
|
|
||||||
tvbSync = false;
|
tvbSync = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -78,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