а, это потому что я забыл ; поставить после fastcgi_pass unix:/var/run/php/php7.4-fpm.sock
исправь там.
location ~ \.php$ {
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include snippets/fastcgi-php.conf;
}