Failed to load resource: the server responded with a status of 404 (Not Found)
sudo apt update
sudo apt install php php-fpm
обновил код nginx
server {
# . . . other code
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
}
}
sudo systemctl restart nginx