Re: How to investigate upstream timed out issues?

2013-03-28 Thread michael.heuberger
No it works with port 4443 (I have opened it somewhere else) but am getting another wget error message: > wget https://videomail.io:4443/socket.io/socket.io.v0.9.11.js --2013-03-29 14:35:00-- https://videomail.io:4443/socket.io/socket.io.v0.9.11.js Resolving videomail.io (videomail.io)... 103.6.2

How to investigate upstream timed out issues?

2013-03-14 Thread michael.heuberger
Hello guys In my nginx version 1.3.14 I'm having lots of upstream timeouts like these and wonder what's the correct, professional approach is, to solve these: example: 762#0: *113 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 58.28.152.233, s

Re: error unlink() nginx 1.2.6

2013-03-09 Thread michael.heuberger
Hello guys I'm having this problem too in version 3.1.14 and never do delete these files manually. How can I solve this? Maxim, if you say the message is too scary, then why don't we change the level of this log message from critical to notice? Cheers Michael Posted at Nginx Forum: http://foru

Re: Optimal nginx settings for websockets sending images

2013-03-03 Thread michael.heuberger
Great response Maxim, you're absolutely right here. Will do all that. No further questions :) Cheers Michael Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236601,236885#msg-236885 ___ nginx mailing list nginx@nginx.org http://mailman.nginx

Re: Optimal nginx settings for websockets sending images

2013-03-01 Thread michael.heuberger
thank you so much maxim i have read the documentation at http://nginx.org/en/docs/http/ngx_http_proxy_module.html and am trying to understand all that. it's not easy ... i'm serving video files (mp4 or webm). that's where these "an upstream response is buffered to a temporary file" warnings occur

Re: Optimal nginx settings for websockets sending images

2013-02-28 Thread michael.heuberger
PS: happy to send the whole code by email if that's better? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236601,236753#msg-236753 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Optimal nginx settings for websockets sending images

2013-02-28 Thread michael.heuberger
Thanks man :) > > proxy_buffers 8 2m; > > proxy_buffer_size 10m; > > proxy_busy_buffers_size 10m; > > Buffers used looks huge, make sure you have enough memory. Mmmhhh, do you think I should remove these and trust nginx's default values for these buffer? > > prox

Optimal nginx settings for websockets sending images

2013-02-25 Thread michael.heuberger
Hello guys The recent nginx 1.3.13 websocket support is fantastic! Big thanks to the nginx devs, it works like a charm. I only have performance issues. Sending images through websockets turns out to be difficult and slow. I have a website sending 5 images per seconds to the server. Sometimes I h