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
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
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
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
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
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...
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
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
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
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
___
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
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
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
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
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
> 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
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
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
18 matches
Mail list logo