Bug 43892

Summary: Не работает "из коробки" с php8.0
Product: Sisyphus Reporter: Elena Mishina <lepata>
Component: nextcloud-nginxAssignee: ekorneechev <ekorneechev>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: ekorneechev
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Elena Mishina 2022-09-28 22:09:49 MSK
В файле /etc/nginx/sites-available.d/nextcloud.conf используется строка:

server unix:/var/run/php7-fpm/php7-fpm.sock;

В результате не работает "из коробки" с php8.0:

2022/09/28 13:47:05 [crit] 9609#9609: *2 connect() to unix:/var/run/php7-fpm/php7-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.0.100, server: cloud.example.com, request: "GET /favicon.ico HTTP/2.0", upstream: "fastcgi://unix:/var/run/php7-fpm/php7-fpm.sock:", host: "cloud.example.com", referrer: "https://cloud.example.com/"


Ожидаемый результат:
upstream php-handler {
    server unix:/var/run/php8.0-fpm/php8.0-fpm.sock;
}