499 error reverse proxy

2014-12-17 Thread tatroc
I folks, wondering if I could get your input. I have a nginx 1.7.3 configured as a reverse proxy. The system seems to work fine when not under heavy load. However, there are periods of time when we have extreme load because of ecom promotions. The $request_time gets up to 15 seconds. Normally the

Re: limit_conn working for websocket proxy?

2014-12-17 Thread Valentin V. Bartenev
On Wednesday 17 December 2014 17:55:44 tom123 wrote: > Hi Nginx experts, > > i am looking for a way to limit connections per ip for proxied websockets > through nginx. I found the ngx_http_limit_conn_module settings in the > manual. But i am not sure if this works also for proxied websockets. Does

limit_conn working for websocket proxy?

2014-12-17 Thread tom123
Hi Nginx experts, i am looking for a way to limit connections per ip for proxied websockets through nginx. I found the ngx_http_limit_conn_module settings in the manual. But i am not sure if this works also for proxied websockets. Does anyone have a suggestion? I am on the right track? http://ngi

Re: max_size on proxy_cache_path not working correctly

2014-12-17 Thread Maxim Dounin
Hello! On Tue, Dec 16, 2014 at 02:01:05PM -0500, badtzhou wrote: > I am having problem with max_size setting on proxy_cache_path. I trying to > set a limit on disk caching space that can be used by nginx. > It works initially, but after a while the disk space used by nginx will grow > much larger

Default ssl server and sni

2014-12-17 Thread rthur
I have a bunch of https websites available over a single IP working with sni on nginx 1.0.15. Currently, anyone accessing a domain name that resolves to the same IP is greeted with a certificate mismatch error due to nginx choosing the first server as the default. Instead of using the first serve

Re: Nginx case insensitive URL and rewrite URL?

2014-12-17 Thread Francis Daly
On Wed, Dec 17, 2014 at 09:15:54AM -0500, grydan wrote: Hi there, > I need that the URL request from any combination of FOLDER1 (case > insensitive) is rewrite from URL > > http://www.pippo.com/FOLDER1/etc..etc..etc.. > to (always lowercase folder1) > > http://12.0.0.1/folder1/etc..etc..etc...

Re: Efficient CRL checking at Nginx

2014-12-17 Thread sandeepkolla99
Thank you very much for your help on this. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255509,255580#msg-255580 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx case insensitive URL and rewrite URL?

2014-12-17 Thread grydan
ok, but after that how can I use in my scenario this? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255565,255576#msg-255576 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Efficient CRL checking at Nginx

2014-12-17 Thread Maxim Dounin
Hello! On Tue, Dec 16, 2014 at 12:51:56PM -0500, sandeepkolla99 wrote: > Hi Maxim, > > Thanks for your help on this issue. I get new crl file everyday. Do we > need to reload the whole Nginx conf?. Is there any way to reload only crl > file?. Yes, you have to reload thw whole nginx config. T

Re: Nginx case insensitive URL and rewrite URL?

2014-12-17 Thread itpp2012
grydan Wrote: --- > How can I use this module? Re-compile like " --add-module=objs/lib/ngx_http_lower_upper_case" Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255565,255575#msg-255575 ___

Re: Nginx case insensitive URL and rewrite URL?

2014-12-17 Thread grydan
How can I use this module? I'm a newbie of NGINX tnx Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255565,255572#msg-255572 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx case insensitive URL and rewrite URL?

2014-12-17 Thread itpp2012
https://github.com/replay/ngx_http_lower_upper_case would be the easiest solution. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255565,255570#msg-255570 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx case insensitive URL and rewrite URL?

2014-12-17 Thread grydan
I have Nginx configured as reverse proxy server { listen 80; server_name www.pluto.com; location / { proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://127.0.0.1:80

Re: Boringssl + Nginx 1.8.7

2014-12-17 Thread martijn
Works thanks December 17 2014 2:07 PM, "Lukas Tribus" wrote: >> Hi, >> >> I am trying to compile boringssl against nginx. >> I've got an error while compiling: > > This is due to: > https://boringssl.googlesource.com/boringssl/+/e319a2f73a30147ae118190397a558b8a2a24733%5E%21 > > Can you try t

Re: Users not able to watch videos greater than 10 mins

2014-12-17 Thread basti
Hello, is somethink relevant to this in the nginx/ php error log? On 17.12.2014 07:14, khav wrote: > My site does video streaming and users are not able to play videos greater > than 10 mins.After 10-11 mins flowplayer stop playing the video but i don't > get any error either by php/nginx/flowplay

RE: Boringssl + Nginx 1.8.7

2014-12-17 Thread Lukas Tribus
> Hi, > > I am trying to compile boringssl against nginx. > I've got an error while compiling: This is due to: https://boringssl.googlesource.com/boringssl/+/e319a2f73a30147ae118190397a558b8a2a24733%5E%21/ Can you try the attached patch against nginx which safeguards SSL3_FLAGS_NO_RENEGOTIATE_CI

Boringssl + Nginx 1.8.7

2014-12-17 Thread martijn
Hi, I am trying to compile boringssl against nginx. I've got an error while compiling: export NGINX_VERSION 1.7.8 export MODULESDIR /usr/src/nginx-modules export NPS_VERSION 1.9.32.2 I run ./configure: ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/ngin

[ANN] Windows nginx 1.7.9.1 Gryphon

2014-12-17 Thread itpp2012
12:00 17-12-2014 nginx 1.7.9.1 Gryphon Based on nginx 1.7.9 (12-12-2014, last changeset 5945:99751fe3bc3b) with; + win32 file properties + nginx-http-concat v1.2.2 (https://github.com/alibaba/nginx-http-concat) + prove04.zip (onsite), a Windows Test_Suite (updated 7-12-2014) + cache_purge v2.2 (up