Magento2.4.5 Varnish alway so 503 backend fetch fail
I have setup Vanish 6 on Magento2.4.5 but it alway show 503 backend fetch fail. My nginx config: upstream fastcgi_backend { server unix:/run/php/php8.1-fpm.sock; } server { server_name mysite.com www.mysite.com *.mysite.com; listen 8080; set $MAGE_ROOT /var/www/html/ins; set $MAGE_MODE production; # or… Read More »Magento2.4.5 Varnish alway so 503 backend fetch fail