I think this will set the headers only for the login URL but still ask for the
certificate on all URLs. And this is not what I need, I only want to have to
present a certificate for a single URL
Am 19. Februar 2018 16:35:59 MEZ schrieb Jason Whittington
:
>I would think "location=" would solve
I would think "location=" would solve this. What about something like the
following?
server {
listen 443 ssl http2;
server_name localhost;
ssl_certificate ...
ssl_certificate_key ...
ssl_session_cache shared:SSL:1m;
include templates/ssl