mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Update index.ts
This commit is contained in:
parent
cd7dee8224
commit
185a13d918
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ function createServer() {
|
|||
Object.keys(config.https).forEach(k => {
|
||||
certs[k] = fs.readFileSync(config.https[k]);
|
||||
});
|
||||
certs['allowHTTP1'] = true
|
||||
return http2.createSecureServer(certs, app.callback());
|
||||
} else {
|
||||
return http.createServer(app.callback());
|
||||
|
|
Loading…
Reference in a new issue