Hi
When we are trying to create a configurable product we keep getting ERROR 504 - GATEWAY TIMEOUT nginx
Only testing the system, but we tried to create a configurable product
which had 6 options and tried to put 6 pictures to each option (colour), so not very many.
Its a new installation on a site ground cloud server
settings
6core
memory 8gb
ssd 60gb
Php version 7.0.29
php.ini set through php variable manager
upload_max_filesize:1000M |
max_execution_time:18000 |
memory_limit:2048M |
max_input_time:18000 |
max_input_vars:3000 |
post_max_size:1000M |
We're not using the ssl at the moment, to see if that was the problem, but the problem is still there
when we do a readiness check its only registering 1024M not 2048M
But when we were installing magento on the server it did see the php version change.
Some help will be greatly appreciated
Kind regards
Umair Iqbal
Solved! Go to Solution.
Hi @Umair
Looks like you have still issue with server configuration.
Try below solution that might helpful for you
it was ensuring the nginx and php-fpm did not timeout. Ensure to add:
fastcgi_read_timeout 600; proxy_read_timeout 600;
Also refer this link - https://asdqwe.net/blog/solutions-504-gateway-timeout-nginx/
Hope it helps !!
Hi @Umair
Looks like you have still issue with server configuration.
Try below solution that might helpful for you
it was ensuring the nginx and php-fpm did not timeout. Ensure to add:
fastcgi_read_timeout 600; proxy_read_timeout 600;
Also refer this link - https://asdqwe.net/blog/solutions-504-gateway-timeout-nginx/
Hope it helps !!
Can u pls explain witch file need to edit ?