-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use max_execution_time variable on zed.conf.template #688
Comments
Do we know what these are all doing and why? I don't see the same configuration in the non-spryker nginx configuration apart from fastcgi_read_timeout for talking to php. |
My idea was using the php |
Sorry I mean that I don't think we need all of those in the first place, so we have the possibility of removing some lines completely. However upon digging into the spryker docs, the config lines are from them originally: https://docs.spryker.com/docs/scos/dev/tutorials-and-howtos/howtos/howto-install-spryker-in-aws-environment.html#nginx-configuration, so I guess we should keep them and adjust them to match the fastcgi_read_timeout
|
Instead of using the raw-int
600
, what about using@('php.fpm.ini.max_execution_time')
for the other properties as well insrc/spryker/docker/image/nginx/root/etc/nginx/conf.d/zed.conf.template.twig
?Simillar as we currently do for the fastcgi_read_timeout:
The text was updated successfully, but these errors were encountered: