This commit is contained in:
zuckerberg 2021-05-13 06:00:24 -04:00
parent 373935e1ec
commit 600028010f

View File

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