Re: Large CRL file crashing nginx on reload

2018-07-27 Thread Shaun Tarves
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

Re: Large CRL file crashing nginx on reload

2018-07-27 Thread Shaun Tarves
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)

Large CRL file crashing nginx on reload

2018-07-26 Thread Shaun Tarves
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

Re: Load Balance - Docker

2016-11-16 Thread Shaun Glass
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

Re: Load Balance - Docker

2016-11-15 Thread 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, Yuriy Medvedev wrote: > > 2016-11-15 17:11 GMT+03:00 Shaun Glass : > >> proxy_redirect > > >

Load Balance - Docker

2016-11-15 Thread Shaun Glass
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 _

extra ?

2013-09-30 Thread 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) {

configuration of 1000's entries

2013-09-27 Thread Shaun Savage
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'?