Best practices for solving location issues

2018-10-08 Thread Gbg
During the last days I spent considerable amount of time solving issues with my location definitions. Sometimes I could see attempts to open files in the error.log, sometimes not. I know there is https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ but wanted to ask if

Clientcertificate authentication only for a single URL

2018-02-19 Thread Gbg
I need to secure only a single URL on my server by demanding or enforcing client certificate based authentication. My application is called by opening "myapp.local" and if necessary it logs in a user by issuing a call to "myapp.local/login". I can not create a second hostname to do the login,

RE: Clientcertificate authentication only for a single URL

2018-02-19 Thread Gbg
root /var/www/...; >} >} > >Jason > > >-Original Message- >From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of Gbg >Sent: Monday, February 19, 2018 9:12 AM >To: nginx@nginx.org >Subject: [IE] Clientcertificate authentication only