cancel
Showing results for 
Search instead for 
Did you mean: 

Problem installing Magento with Nginx

Problem installing Magento with Nginx

Hello,

I got this error after installing Magento with Nginx. Can anyone help?

https://www.mediafire.com/convkey/c874/8v3216h79pq2tigzg.jpg

3 REPLIES 3

Re: Problem installing Magento with Nginx

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. 

 

Re: Problem installing Magento with Nginx

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;
}

Re: Problem installing Magento with Nginx

@chuong_lam 

Yes, There may be some issue with Nginx configuration.