Hi,
Are there any rpm binary package or yum repo for CentOS 7.x to install
Naxsi Nginx security module in nginx webserver?
Regards,
Kaushal
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi Francis,
> Are you concerned about the request or the response being buffered?
my problem is that response that my node app (upstream server) generates is
buffered by nginx.
My actual goal is to know speed and amount of data that my node app sent to
a client. So, when I sent 20MB binary blob f
Hi Steve,
I fixed the issue by rolling my own crt file using Fabian method. :)
Cheers,
E
Le 2017-07-17 à 20:09, steve a écrit :
Hi,
On 18/07/17 11:38, Etienne Robillard wrote:
Le 2017-07-17 à 19:30, Fabian A. Santiago a écrit :
You likely need to concatenate your cert and your ca's i
Le 2017-07-17 à 19:30, Fabian A. Santiago a écrit :
You likely need to concatenate your cert and your ca's intermediate root
signing cert into one file and apply that as your nginx cert with your private
key as such. Then reload nginx.
Hi Fabian,
Is this precisely whatsmychaincert.com is
On July 17, 2017 7:05:31 PM EDT, Etienne Robillard wrote:
>It seems I have a problem with the SSL certificate chain, as per
>whatsmychaincert.com. However my SSL certificate provider (Gandi) says
>that the SSL certificate still needs to be attributed... I don't know
>what to do at this point bu
It seems I have a problem with the SSL certificate chain, as per
whatsmychaincert.com. However my SSL certificate provider (Gandi) says
that the SSL certificate still needs to be attributed... I don't know
what to do at this point but to wait for a message from Gandi.
Whatsmychaincert.com is te
From my knowledge, try_files works with gzip_static if both compressed and
uncompressed files exist, but with "gunzip on;", it doesn't seem like
try_files becomes aware of this, and so it'll only serve either the
compressed or uncompressed file.
Any idea how to get around this? I can't serve the f
Sorry for the noise - apparently the certicate is not yet fully working.
E
Le 2017-07-17 à 11:29, Etienne Robillard a écrit :
Hi,
I'm trying to setup ssl on my server and "nginx -t" reports no problem
but the server is now listening on port 256 instead of 443. Any idea
what is wrong ?
Th
Hi,
I'm trying to setup ssl on my server and "nginx -t" reports no problem
but the server is now listening on port 256 instead of 443. Any idea
what is wrong ?
Thanks,
Etienne
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailm
Hello!
On Mon, Jul 17, 2017 at 12:09:58AM -0700, li...@lazygranch.com wrote:
> I'm curious why this request got a 400 response rather than a 404.
>
> 400 123.160.235.162 - - [16/Jul/2017:22:56:30 +] "GET /currentsetting.htm
> HTTP/1.1" 173 "-" "-" "-"
>
> log_format main '$status $remot
On Mon, Jul 17, 2017 at 02:06:27AM -0400, Dan34 wrote:
Hi there,
> No matter what configs I try, nginx still keeps buffering my requests.
proxy_request_buffering (http://nginx.org/r/proxy_request_buffering)
relates to nginx buffering the request from the client.
proxy_buffering (http://nginx.or
I'm curious why this request got a 400 response rather than a 404.
400 123.160.235.162 - - [16/Jul/2017:22:56:30 +] "GET /currentsetting.htm
HTTP/1.1" 173 "-" "-" "-"
log_format main '$status $remote_addr - $remote_user [$time_local] "$request"
'
'$body_bytes_sent "
12 matches
Mail list logo