Nginx proxy to node.js server SSL ERR_SSL_PROTOCOL_ERROR
EDIT: I have verified that nodejs is running on the correct port, on http, and I have also tried with and without: app.use('trust proxy', true); EDIT 2: I turned off the nodejs server and tried to serve static files just…