Re: Nginx Reverse Proxy Lowercase URL and some exceptions to the URL

2019-10-04 Thread Francis Daly
On Fri, Oct 04, 2019 at 03:36:13PM -0400, Alex Med wrote: Hi there, Thanks for the extra information. There are a few different things in here, but there is one that stands out as probably being a "quick fix" that should allow the rest to be tested separately... > Your Question # 1 > - > th

Re: Nginx Reverse Proxy Lowercase URL and some exceptions to the URL

2019-10-04 Thread Alex Med
Dear Francis: Thank you again for your help! I apologize. Perhaps, I should have started with what I want to accomplish with the configuration. I want the server to lowercased every URI except the ones that begins with any of the following paths: /api/ /contentAsset/ /categoriesServlet/ /DotA

Doing a mass purge of the cache using a wildcard

2019-10-04 Thread Jordan Keith
We are using nginx plus. We have caching configured for a few endpoints, one which is similar to the following: document/{id}/report I would like to purge all items cached under that endpoint, but executing a purge request like the following does not purge anything: document/*/report We h

Re: PR_END_OF_FILE_ERROR after kernel update

2019-10-04 Thread J. Lewis Muir
On 10/04, Ken Wright wrote: > Okay, I rebooted the server then tried testing the cert.  SSL Labs > reports no secure protocols supported.  Once again, I'm lost.  I know I > set up the server to use LetsEncrypt certs, and I've checked them; > they're there.  I tried disabling the server's firewall a

Re: PR_END_OF_FILE_ERROR after kernel update

2019-10-04 Thread Ken Wright
On 10/4/19 12:25 AM, lists wrote: > You could test the cert using SSL labs. > https://www.ssllabs.com/ > You might have a drop your firewall if it doesn't work at first. > > It never hurts to do dumb stuff like boot the server again. Okay, I rebooted the server then tried testing the cert.  SS