This commit is contained in:
zuckerberg 2021-05-13 06:01:44 -04:00
parent 600028010f
commit 64c9541a96

View File

@ -36,7 +36,7 @@
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:${toString config.services.icecast.port}";
proxyPass = "http://localhost:8000";
};
};