iyi adlı üyeden alıntı: mesajı görüntüle
location ~ \.php$ {
			try_files $uri =404;
			fastcgi_pass unix:/var/php-nginx/143292223218290.sock/socket;
		}
location ~ \.php$ {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
}
Değiştirip restart atar mısın nginx e?
Denedim bu sefer site açılmadı 502 hatası verdi