yann-kaelig Posted September 4, 2015 Share Posted September 4, 2015 (edited) 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 September 4, 2015 by yann-kaelig (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now