чую они что то изменили в конфигах, недавно только все работало, кониги все те же, сервер запущен подо мной, сайты лежат в хоум директории
2019/12/31 23:46:21 [error] 798#798: *6 FastCGI sent in stderr: «Primary script unknown» while reading response header from upstream, client: 127.0.0.1, server: admin, request: «GET /adminer.php?username=root HTTP/1.1», upstream: «fastcgi://unix:/run/php-fpm/php-fpm.sock:», host:
server { listen 80; server_name admin; root /home/56/websites/admin; index index.php index.html index.htm; charset utf-8;
location / {
try_files $uri $uri/ =404;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
location ~ \.php$ {
#fastcgi_pass 127.0.0.1:9000; (depending on your php-fpm socket configuration)
fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
#fastcgi_index index.php;
include fastcgi.conf;
}
}
если запустить пхп из консоли в папке сайта то все работает(php -S localhost:8080)
можно конечно изучить документацию но ведь новый год как никак