• # php7.0-fpm

    Posté par . En réponse au message [Résolu] Problème NextCloud nginx. Évalué à 3.

    J’ai une erreur lié à php fpm :

    2021年03月19日 19:40:03 [crit] 3134#3134: *1 connect() to unix:/run/php7.0-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 86.215.87.34, server: host.domain.org, request: "GET /index.php/apps/files/?dir=/&fileid=56 HTTP/1.1", upstream: "fastcgi://unix:/run/php7.0-fpm.sock:", host: "host.domain.org"
    

    Le nom dans le fichier site enabled était mauvais... j’ai remplacé par /run/php/php7.0-fpm.sock.

    Maintenant, j’ai une erreur d’accès au FS... je jète un œil.