Re: What's the problem with this nginx configuration?

2021-05-22 Thread Thomas Ward
The error is self explanatory.  You have two default_server entries that end up listening on port 80 on all IPs. listen 80 default_server; listen [::]:80 default_server; As configured this ends up listening on every port 80 on all IPs.  Remove one of these to resolve the error. ⁣Get BlueMail f

What's the problem with this nginx configuration?

2021-05-22 Thread raphy
Hi!! Due to some issues in packages installed which caused the freezing of the system, I had to re-install Ubuntu from scratch. Now the previous nginx configuration, which previously worked fine, gives this error: ginx: [emerg] a duplicate default server for 0.0.0.0:80 in /etc/nginx/conf.d/

Re: failed (104: Connection reset by peer) while proxying connection

2021-05-22 Thread Mauro Tridici
Thank you very much for your reply, Anoop. I will collect the upstream logs and I will let you know. Have a great day. Mauro > On 22 May 2021, at 03:58, Anoop Alias wrote: > > The private_ip:5044 is closing the connection before completing the request. > > You should check the log in the upstr