mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2026-03-22 12:37:13 +11:00
sigh
This commit is contained in:
parent
c4aa98d29c
commit
fca9d5df2f
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
|
@ -9,8 +9,8 @@ const fastify = require("fastify")({
|
||||||
http2: true,
|
http2: true,
|
||||||
https: {
|
https: {
|
||||||
allowHTTP1: true, // fallback support for HTTP1
|
allowHTTP1: true, // fallback support for HTTP1
|
||||||
//key: fs.readFileSync(path.join(root, "..", "config", "key.key")),
|
key: fs.readFileSync(path.join(root, "..", "config", "key.key")),
|
||||||
//cert: fs.readFileSync(path.join(root, "..", "config", "cert.cert")),
|
cert: fs.readFileSync(path.join(root, "..", "config", "cert.cert")),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue