fix: catarina: missed nginx entry

This commit is contained in:
L-Nafaryus 2024-11-05 17:12:51 +05:00
parent cc884b94c4
commit 607f815480
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";
};
}