1

I’m having trouble loading the application. When accessing the subdomain an infinite load is shown and nothing happens.

I tried to use several available tutorials and still without success

SSL work Migration Work

See below

I’m use AdonisJs

context / {

type appserver

location /home/dominio.com/aplicativo

binPath /usr/bin/node

appType node

startupFile server.js

maxConns 100

rewrite {

}

addDefaultCharset off

}

ThankYou

marcelo.delta
  • 2,730
  • 5
  • 36
  • 71

1 Answers1

0

It worked with using PM2 to run the app and I made a proxy to forward the port.

marcelo.delta
  • 2,730
  • 5
  • 36
  • 71