We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca962fc commit b2aa0d2Copy full SHA for b2aa0d2
1 file changed
module.nix
@@ -55,7 +55,8 @@ flake: {
55
};
56
"*.${cfg.proxy-reverse.domain}" = {
57
addSSL = true;
58
- useACMEHost = "${cfg.proxy-reverse.domain}";
+ # useACMEHost = "${cfg.proxy-reverse.domain}";
59
+ enableACME = true;
60
locations."/" = {
61
proxyPass = "http://127.0.0.1:${toString cfg.port}";
62
proxyWebsockets = true;
0 commit comments