Replies: 1 comment 1 reply
-
You can pass a callback to the new Ignitor(__dirname)
.httpServer()
.start((handle) => {
return createServer(httpsOptions, handle)
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I create a simple API with adonis v5 and want to use https instead of http when running at localhost.
I found an example of this using previous version of adonis here, but nothing with v5.
I try to use the same code, but it seems
Ignitor
has neederappRoot
norfireHttpServer
at this version.Is there some example or documentation of adonis v5 using https?
Beta Was this translation helpful? Give feedback.
All reactions