mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2026-03-22 04:27:15 +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,
|
||||
https: {
|
||||
allowHTTP1: true, // fallback support for HTTP1
|
||||
//key: fs.readFileSync(path.join(root, "..", "config", "key.key")),
|
||||
//cert: fs.readFileSync(path.join(root, "..", "config", "cert.cert")),
|
||||
key: fs.readFileSync(path.join(root, "..", "config", "key.key")),
|
||||
cert: fs.readFileSync(path.join(root, "..", "config", "cert.cert")),
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue