Maxim Dounin Wrote:
---
> From nginx point of view, "your upstream server" is _exact_ thing
> to dig into.
Sounds like this Nginx guy you are talking about is the type of guy who
never wants to admit his mistakes. :D
Posted at Nginx Forum:
h
Okay, thank you...Sad story is that everything worked fine until I updated
to latest Nginx version, that's why I came here.
Oh well
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,254279,254420#msg-254420
___
nginx mailing list
nginx@nginx.org
I don't understand this "upstream" "upstream" "upstream backend server".
The upstream is served by fastcgi - fpm.sock on my own server. How do I
attend this problem?
Where do I dig exactly?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,254279,254412#msg-254412
If its unrelated to nginx why are people suggesting to edit various settings
in nginx.conf to fix this particular problem?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,254279,254389#msg-254389
___
nginx mailing list
nginx@nginx.org
http://m
Where should I dig exactly? I am using Nginx with PHP-FPM and I have checked
the logs but I can't find anything. Where do I dig? I thought this is
connected to Nginx configuration?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,254279,254327#msg-254327
_
Hello, thank you for help.
Yes I have already tried that. (tried putting it to client_max_body_size
20M;)
My php post_max_size and max_upload_filesize are = 20M (for the sake of
fixing this problem)
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,254276,254288#msg-254288
__
I have a joomla website and when I am trying to update a larger extension I
get bad gateway (502) error.
I am able to update all small (normal) extensions.
I am getting this error in nginx error log: "upstream sent invalid status
"-1 Copy failed" while reading response header from upstream"
I ha