fix: catarina: missed nginx entry

This commit is contained in:
George Kusayko 2024-11-05 17:07:36 +05:00
parent a1874bfd3b
commit f362bcb3e5
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38

View File

@ -195,5 +195,6 @@
locations."/".proxyPass = "http://${config.services.elnafo-radio.host}:${config.services.elnafo-radio.port}";
locations."/synthwave".proxyPass = "http://${config.containers.radio-synthwave.localAddress}:6660";
locations."/non-stop-pop".proxyPass = "http://${config.containers.radio-non-stop-pop.localAddress}:6661";
locations."/hell-gates".proxyPass = "http://${config.containers.radio-non-stop-pop.localAddress}:6662";
};
}