Just realised commenting fastcgi_pass is a bad idea. I got confused, my setup is that i define:
upstream php-handler {
server unix:/var/run/php/php7.3-fpm.sock;
}
to be able to call to it with a name. But fastcgi_pass still needs to be defined (in my case with fastcgi_pass = php-handler).
Updating this PR to only take the typo.
Just realised commenting fastcgi_pass is a bad idea. I got confused, my setup is that i define:
to be able to call to it with a name. But fastcgi_pass still needs to be defined (in my case with fastcgi_pass = php-handler). Updating this PR to only take the typo.