NuxtJS running with pm2
Hi everyone,
got a tough case...
got nuxtJS and nuxt UI based project.
In company I work I don't have nginx installed on the dev server. I have to work with what I got... it's simple RedHat server and I don't have a root - typical corporation.........
I can run old projects based on vue with working SSL certs - I just build & deploy with correct .crt and .pem to make SSL work.
I moved to the nuxtJS and I don't have any clue how to force SSL.
I provide NITRO_SSL_CERT and NITRO_SSL_KEY, with corresponding port (8080 in my case), corresponding production environment...
but it doesn't work at all.
What are the best options or best practice to run the project with very simple configuration?
Also, is it possible to use pm2 with it? Like I said - I can't use nginx and any other solution..... I'm tired already and I have to deliver the project...
Any kind of help will be useful!!!
got a tough case...
got nuxtJS and nuxt UI based project.
In company I work I don't have nginx installed on the dev server. I have to work with what I got... it's simple RedHat server and I don't have a root - typical corporation.........
I can run old projects based on vue with working SSL certs - I just build & deploy with correct .crt and .pem to make SSL work.
I moved to the nuxtJS and I don't have any clue how to force SSL.
I provide NITRO_SSL_CERT and NITRO_SSL_KEY, with corresponding port (8080 in my case), corresponding production environment...
but it doesn't work at all.
What are the best options or best practice to run the project with very simple configuration?
Also, is it possible to use pm2 with it? Like I said - I can't use nginx and any other solution..... I'm tired already and I have to deliver the project...
Any kind of help will be useful!!!

typescript
vue
vite
nitro