nginx/client

This commit is contained in:
Marc Beninca 2019-08-16 16:28:39 +02:00
parent f900056691
commit bba9d8000c
1 changed files with 10 additions and 0 deletions

View File

@ -34,6 +34,16 @@ Serve
}
}
Check client certificate
------------------------
::
location /protected {
ssl_client_certificate ca.crt;
ssl_verify_client on;
}
Redirect http to https
----------------------