ENABLE the setting that was just added 😭

This commit is contained in:
k3t
2026-07-28 11:39:37 -06:00
parent 86e84cad1b
commit 8bf6c4fcc0
@@ -68,8 +68,8 @@
}; };
}; };
services.nginx.virtualHosts."discord-media-mxc.k3t.dev" = { services.nginx.virtualHosts."discord-media-mxc.k3t.dev" = {
enableACME = false; enableACME = true;
forceSSL = false; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:29334"; proxyPass = "http://127.0.0.1:29334";
proxyWebsockets = true; proxyWebsockets = true;