Replies: 1 comment
-
Have you looked into setting these?
https://serversideup.net/open-source/docker-php/docs/reference/environment-variable-specification Here's a related issue when we added NGINX_FASTCGI_TIMEOUT too #424 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps To Reproduce
Outcome
What did you expect?
I hope to receive suggestions on how to better adjust the Nginx and PHP-FPM configurations to handle long-running requests.
What happened instead?
504 Gateway Time-out
Affected Docker Images
serversideup/php:8.1-fpm-nginx
Anything else?
` # Pass "*.php" files to PHP-FPM
location ~ .php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass 127.0.0.1:9000;
Beta Was this translation helpful? Give feedback.
All reactions