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…