We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e30e07 commit 494cfa7Copy full SHA for 494cfa7
src/proxy.ts
@@ -68,6 +68,7 @@ async function run(
68
};
69
70
process.on("SIGINT", shutdown);
71
+ process.on("SIGTERM", shutdown); // Docker / systemd
72
73
return server;
74
}
0 commit comments