Error Nginx 502 [upstream prematurely closed connection]

2015-10-11 Thread javdev
Hello guys this is my first question here. I'm working on nginx almost 2 years, but in the laste days I have founded an error, very complicated to solve. I'm working on Amazon stack, with Elastic Load Balancer (Using TCP (SSL)), then the request is sent to Nginx (1.8.0), 2 EC2 Instances, each ins

Re: Can't find description for "post_action" in documentation

2015-10-11 Thread xore
Ok, thanks for the link. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,262008,262107#msg-262107 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx does not work

2015-10-11 Thread Francis Daly
On Sun, Oct 11, 2015 at 04:23:56AM -0400, DocMAX wrote: Hi there, > my reverse proxy is not working with webmin. css is not resolved. What is the url of one css file that you wish to have resolved but which is not resolved? My suspicion is that it does not start with "/webmin", and so it will n

Re: URGENT needed - Nginx + FastCGIwrap = 502 error

2015-10-11 Thread Francis Daly
On Sun, Oct 11, 2015 at 12:41:38AM +0200, Kasino Strasse wrote: Hi there, > Nginx configured correctly and I am able to serve pages. But I get error > from error_log as follows: > > 2015/10/11 00:34:49 [crit] 18092#0: *9 connect() to > unix:/var/run/fcgiwrap.socket failed (13: Permission denied)

nginx does not work

2015-10-11 Thread DocMAX
my reverse proxy is not working with webmin. css is not resolved. http { include mime.types; server { listen 80; server_name router; access_log /var/log/nginx/access.log; location ^~ /webmin { proxy_pas