VirtuBox. Open the issue on GitHub.
Also, find a temporary solution and update it if anyone needed.
Fix this issue by changing the /etc/nginx/sites-available/22222 file,
location ~ \.php$ {
try_files $uri =404;
include fastcgi_params;
fastcgi_pass php74;
}
to
location ~ \.php$ {
try_files $uri =404;
include fastcgi_params;
fastcgi_pass php81;
}