Skip to content

Commit b2aa0d2

Browse files
committed
fix: generate certificate for wildcard tarmoqchi
1 parent ca962fc commit b2aa0d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

module.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ flake: {
5555
};
5656
"*.${cfg.proxy-reverse.domain}" = {
5757
addSSL = true;
58-
useACMEHost = "${cfg.proxy-reverse.domain}";
58+
# useACMEHost = "${cfg.proxy-reverse.domain}";
59+
enableACME = true;
5960
locations."/" = {
6061
proxyPass = "http://127.0.0.1:${toString cfg.port}";
6162
proxyWebsockets = true;

0 commit comments

Comments
 (0)