Jump to content

A way to succeed store installation ( 12/13% blocker ) Nginx/Php-fpm


Recommended Posts

Hi,

 

As many of you, I faced with the 12% or 13% blocker on store installation. I found a easy way that solved my problem with one line into nginx configuration file.

 

Edit your nginx.conf file, add the following line like this:

 

location ~ \.php$ {

...

fastcgi_read_timeout 300;

...

}

 

That's all. I hope this will help you.

Thx

Edited by yann-kaelig (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...