This commit is contained in:
Sandro - 2022-12-27 02:54:14 +01:00 committed by leon
parent cacabef1a2
commit b7c1e3ac2a

View File

@ -34,9 +34,7 @@
index index.html; index index.html;
charset utf-8; charset utf-8;
''; '';
locations."/data.json" = { locations."/data.json".proxyPass = "http://${hostRegistry.radiobert.ip4}:8080/data.json";
proxyPass = "http://${hostRegistry.radiobert.ip4}:8080/data.json";
};
}; };
}; };