Cloudflare effecting GET requests to nginx and my Node.js server?

Right now it looks like:

const sessionAuthentication = session({
    secret: config.twitch.sessionSecret, 
    resave: false, 
    saveUninitialized: false
});

But when I look it up, I see that there’s a proxy option that I can set! I will try that and get back to you.