Hello,
I got this error after installing Magento with Nginx. Can anyone help?
https://www.mediafire.com/convkey/c874/8v3216h79pq2tigzg.jpg
Hi @chuong_lam,
Make sure that your root path and web url is correct.
Also try once to access different txt file once from the browser. 
 
I cannot access txt files on the web browser. I am not sure if the configuration is correct. Here it is:
/etc/nginx/nginx.conf:
upstream fastcgi_backend {
    server unix:/run/php-fpm.sock;
}
server {
    listen        80;
    server_name localhost;
    set $MAGE_ROOT /var/www/htdocs/magenton3;
    include /var/www/htdocs/magenton3/nginx.conf.sample;
}
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		@chuong_lam 
Yes, There may be some issue with Nginx configuration.