111: connection refused while connecting to upstream
check if you have two web server whether both the server is running or not
systemctl status nginx
systemctl start nginx
and systemctl status httpd
systemctl start httpd
or check if you are using php-fpm wheather it is running or not
systemctl status php-fpm
if not start with systemctl start php-fpm
systemctl status nginx
systemctl start nginx
and systemctl status httpd
systemctl start httpd
or check if you are using php-fpm wheather it is running or not
systemctl status php-fpm
if not start with systemctl start php-fpm
Comments
Post a Comment