I run wordpress on nginx and when I post a comment for my post, I get the error message “504 Gateway Timeout” from nginx. Can anybody tell me how to get rid of this error?
Leave a Reply
You must be logged in to post a comment.
I run wordpress on nginx and when I post a comment for my post, I get the error message “504 Gateway Timeout” from nginx. Can anybody tell me how to get rid of this error?
You must be logged in to post a comment.
Quickly you need to navigate on this links
see the similar or duplicate stacks on following links
(504 gateway timeout)
with Nginx
Gateway error
Assuming you’re using fastcgi:
This has been answered before in the following question:
How do I prevent a Gateway Timeout with FastCGI on Nginx
In short; Check out the configuration option ‘fastcgi_read_timeout’.