Open keiser1080 opened 3 years ago
@MuruganChandrasekar please take a look....
Ok. I'll check and let you know. But this is not a bug it seems.
@MuruganChandrasekar, I take it you mean that you've not encountered the problem. Neither have I.
Given that we don't see this in our deployments, I suspect that there are "environmental interactions". @keiser1080, we deploy this typically on Ubuntu 20 servers on Digital Ocean. We normally have IPv6 enabled on the base server. How and where are you deploying?
Yes Terry. We haven't faced the issue since both the IPv4 and IPv6 address enabled automatically. We have checked it on Microsoft Azure and Digitalocean cloud as well.
@MuruganChandrasekar, I take it you mean that you've not encountered the problem. Neither have I.
Given that we don't see this in our deployments, I suspect that there are "environmental interactions". @keiser1080, we deploy this typically on Ubuntu 20 servers on Digital Ocean. We normally have IPv6 enabled on the base server. How and where are you deploying?
yes it's seems to be related on the host os. ipv6 is disabled cat /sys/module/ipv6/parameters/disable 1
I have found a bug both are linked with /etc/nginx/sites-available/default here the original container file:
here the first error message
seems to be linked to ipv6 workaround removing ipv6 listening: insert the following line at line 17 on the nginx docker file run sed -i 's/listen [::]:80 default_server;/#listen [::]:80 default_server;/g' /etc/nginx/sites-available/default