Difference between revisions of "504 Gateway Time-out"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 8: | Line 8: | ||
* [[Nginx logs]] | * [[Nginx logs]] | ||
* https://stackoverflow.com/questions/tagged/http-status-code-504?tab=Votes | * https://stackoverflow.com/questions/tagged/http-status-code-504?tab=Votes | ||
− | * <code>[[fastcgi_read_timeout]]</code> [[Nginx]] directive | + | * <code>[[fastcgi_read_timeout]]</code> [[Nginx]] directive which default 60s. |
* [[Slow queries]] | * [[Slow queries]] | ||
* <code>[[502 Bad Gateway]]</code> | * <code>[[502 Bad Gateway]]</code> |
Revision as of 05:08, 9 March 2023
504 Server Error: Gateway Timeout for ...
zcat -f /var/log/nginx/access.log* | grep " 504 " | awk '{print $4" "$7" "$(NF-1)}'
Related
- Nginx logs
- https://stackoverflow.com/questions/tagged/http-status-code-504?tab=Votes
fastcgi_read_timeout
Nginx directive which default 60s.- Slow queries
502 Bad Gateway
- Error codes
See also
Advertising: