Hi,<div><br></div><div>Have you tried to increase your client_max_body_size to 3MB? Or <span></span>equivalent with your php.ini configuration.<br><br>On Sunday, October 26, 2014, NaZz <<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a joomla website and when I am trying to update a larger extension I<br>
get bad gateway (502) error.<br>
I am able to update all small (normal) extensions.<br>
<br>
I am getting this error in nginx error log:  "upstream sent invalid status<br>
"-1 Copy failed" while reading response header from upstream"<br>
<br>
I have checked the php-fpm log and there is nothing there connected to this<br>
particular error(I have it enabled in config).<br>
<br>
All files and folders have www-data owner and proper permissions (I even<br>
tried with 777).<br>
<br>
There are parts of nginx.conf that I tried editing to fix this issue but it<br>
didn't work:<br>
<br>
http {<br>
<br>
        ##<br>
        # Basic Settings<br>
        ##<br>
        fastcgi_read_timeout 5m;<br>
        fastcgi_buffers 8 16k;<br>
        fastcgi_buffer_size 32k;<br>
        client_max_body_size 2M;<br>
        sendfile on;<br>
        tcp_nopush on;<br>
        tcp_nodelay on;<br>
        keepalive_timeout 6;<br>
        types_hash_max_size 2048;<br>
<br>
...<br>
<br>
CGI settings in sites-enabled conf:<br>
<br>
# pass the PHP scripts to FastCGI server listening on <a href="http://127.0.0.1:9000" target="_blank">127.0.0.1:9000</a><br>
        #<br>
        location ~ \.php$ {<br>
                try_files $uri =404;<br>
                fastcgi_split_path_info ^(.+\.php)(/.+)$;<br>
                # NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini<br>
<br>
                # With php5-cgi alone:<br>
                #fastcgi_pass <a href="http://127.0.0.1:9000" target="_blank">127.0.0.1:9000</a>;<br>
<br>
                # With php5-fpm:<br>
                fastcgi_pass unix:/var/run/php5-fpm.sock;<br>
                fastcgi_index index.php;<br>
                include fastcgi_params;<br>
        }<br>
<br>
I have tried searching this problem everywhere and tried many suggested<br>
fixes but I am unable to fix this issue.<br>
<br>
Interesting problem is that I think its connected to the file size which I<br>
am trying to update (its around 3MB only still but bigger than all<br>
successfully updated extensions). The file (tar.gz gets updated successfully<br>
I think but after its being extracted or updated the error jumps)<br>
<br>
My php.ini max_upload_size is 20M<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,254276,254276#msg-254276" target="_blank">http://forum.nginx.org/read.php?2,254276,254276#msg-254276</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'nginx@nginx.org')">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br><br>-- <br>Sent from iDewangga Device<br>