containers/emerald: return 404 on /
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

This commit is contained in:
Cilly Leang 2026-03-18 01:22:07 +11:00
parent 4ff7481391
commit 4ac5640cc4
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -30,6 +30,7 @@
services.nginx.virtualHosts."${shareFqdn}" = { services.nginx.virtualHosts."${shareFqdn}" = {
useACMEHost = "lava.moe"; useACMEHost = "lava.moe";
forceSSL = true; forceSSL = true;
locations."/".return = "404";
locations."/share/".proxyPass = "http://[${client}]:4533"; locations."/share/".proxyPass = "http://[${client}]:4533";
}; };