browser after 60 seconds get 504 Gateway Time-out error #287
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#287
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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,proxy_read_ 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?