Answer the question
In order to leave comments, you need to log in
Nginx error - 111: Connection refused?
Moved to a new server and getting nginx errors:
send() failed (111: Connection refused) while resolving, resolver: 127.0.0.1:53
connect() failed (111: Connection refused) while connecting to upstream, client: tut.moy.ip.address, server: domain.com, request: "GET /install HTTP/1.1", upstream: "http://127.0.0.1:3000/install", host: "domain.com"
//nginx
upstream php_workers {
server unix:/run/php/php7.3-fpm.sock;
}
//php-fpm
listen = /run/php/php7.3-fpm.sock
resolver 127.0.0.1;
Answer the question
In order to leave comments, you need to log in
And why did you put the resolver on the localhost and did not raise the dns there
Sergey Tutukov
helped with the answer , I used this carousel https://www.bkosborne.com/jquery-waterwheel-carousel.
Finished it for myself, now everything works.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question