redbird icon indicating copy to clipboard operation
redbird copied to clipboard

Not listening to IPv4

Open lusvelt opened this issue 2 years ago • 0 comments

I have multiple apps running on my server and i have installed redbird to run multiple domains on the same server, each one addressing a specific app. However when I launch redbird (via pm2) it only listens from IPv6 addresses, as I can verify by running netstat -tulpn. Is this default behaviour or is there something wrong in my configuration?

const redbird = new require('redbird')({
        port: 80,
        letsencrypt: {
                path: 'certs',
                port: 3000
        },
        ssl: {
                port: 443
        }
});

lusvelt avatar Feb 20 '23 13:02 lusvelt