containers/emerald: return 404 on /

This commit is contained in:
Cilly Leang 2026-03-18 01:22:07 +11:00
parent 52fbdfe8cf
commit 68ae736c2c
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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