Skip to content

Commit e6b4705

Browse files
nginx: fix commonServerConfig
This is broken since fac54f5
1 parent 5a53e3e commit e6b4705

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/nginx.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ in
8181
};
8282
};
8383

84-
config.kTLS = lib.mkIf cfg.compileWithAWSlc false;
84+
config = {
85+
kTLS = lib.mkIf cfg.compileWithAWSlc false;
86+
extraConfig = cfg.commonServerConfig;
87+
};
8588
}));
8689
};
8790
};

0 commit comments

Comments
 (0)