I have a Next.js application installed on my VPS, and when I run it using yarn start
, it starts on port 3040
. I would like to know how to configure it to start on ports 80
and 443
instead. Thank you!
Note: i'm using litespeed webserver
I have a Next.js application installed on my VPS, and when I run it using yarn start
, it starts on port 3040
. I would like to know how to configure it to start on ports 80
and 443
instead. Thank you!
Note: i'm using litespeed webserver