I could'nt complete the task...Nginx + PHP-FPM Setup

:x: Problem…- website is not setup correctly…everthing is correct still could’nt able to pass…what i did…server {
listen 8091;
server_name localhost;

root   /var/www/html;
index  index.php index.html index.htm;

location / {
    try_files $uri $uri/ =404;
}

location ~ \.php$ {
    root           /var/www/html;
    fastcgi_pass   unix:/var/run/php-fpm/default.sock;
    fastcgi_index  index.php;
    include        fastcgi.conf;
}

} mm sure php version everything is correct…

Hi @Rashda

Refer to this thread, I am sure it’ll help you solve this task.

Thanks @Santosh_KodeKloud …but encounter another issue in day 21 task can’t login …using ssh

It’s a known issue, and our team is looking at it