ENABLE the setting that was just added 😭
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user