richarvey / nginx-php-fpm

Nginx and php-fpm for dockerhub builds
https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm/general
GNU General Public License v3.0
1.66k stars 852 forks source link

browser after 60 seconds get 504 Gateway Time-out error #287

Open sweetsmile888 opened 1 year ago

sweetsmile888 commented 1 year ago

niginx's config params has configed long time, as config params below: keepalive timeout,fastcgi_send_timeout,fastcgi_connect_timeout,fastcgi_read_timeout,proxy_connect_timeout,proxy_send_timeout,proxyread timeout,send_timeout,client_body_timeout etc...... php config params has configed long time, as config params below: max_execution_time,max_input_time etc..... restart nginx and restart docker image, but it no efects how can I resove the 504 Gateway Time-out error?