child
can stop gracefully.
Thank you for the help!
On Fri, Jul 27, 2018 at 10:56 AM Shaun Tarves
wrote:
> Here are the relevant parts of our configuration:
>
> worker_processes 1;
> pid/var/run/nginx.pid;
> events {
> worker_connections 512;
> }
> http {
&g
26, 2018 at 4:16 PM Shaun Tarves
wrote:
> Hi,
>
> We are trying to use nginx to support the DoD PKI infrastructure, which
> includes many DoD and contractor CRLs. The combined CRL file is over 350MB
> in size, which seems to crash nginx during a reload (at least on Red Hat
> 6)
Hi,
We are trying to use nginx to support the DoD PKI infrastructure, which
includes many DoD and contractor CRLs. The combined CRL file is over 350MB
in size, which seems to crash nginx during a reload (at least on Red Hat
6). Our cert/key/crl set up is valid and working, and when only including
dev
wrote:
> Use listen 443 ssl;
>
> 2016-11-15 17:34 GMT+03:00 Shaun Glass :
>
>> Mmmm ... I gather that would be at the Docker Nodes. Just want nginx that
>> when receiving a connection just connects to either of the 3.
>>
>> On Tue, Nov 15, 2016 at 4:16 PM, Y
Mmmm ... I gather that would be at the Docker Nodes. Just want nginx that
when receiving a connection just connects to either of the 3.
On Tue, Nov 15, 2016 at 4:16 PM, Yuriy Medvedev
wrote:
>
> 2016-11-15 17:11 GMT+03:00 Shaun Glass :
>
>> proxy_redirect
>
>
>
0F\x90\x93\x0FQ\xCAy\x00\x00\x1A\xC0+\xC0/\xCC\xA9\xCC\xA8\xC0,\xC00\xC0"
400 173 "-" "-" "-"
Nothing in error log ... but firefox just shows :
Error code: SSL_ERROR_RX_RECORD_TOO_LONG
Any help much appreciated.
Regards
Shaun
_
I am have a problem
I am very confused. There is an extra "?" added to the end of the
rewrite. I have no idea why, I look at the logs, and is magically appears.
I want to reload the login page, but nothing happens, any ideas?
location /login/ {
if ($args) {
I have many "virtual" paths on one nginx server. What I mean by this is
there can be many top level paths, where each one has a cookie, static
files, and a upstream server. The way I am doing it now is just
duplicate every path.
Is there a way to do this 'faster' 'less writing' 'better'?