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" = {
enableACME = false;
forceSSL = false;
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:29334";
proxyWebsockets = true;