pin nginx to tls v1.3

This commit is contained in:
t3chn0m4g3
2019-02-26 07:55:42 +00:00
parent 2b8a82d0f5
commit 00f068980e
3 changed files with 3 additions and 50 deletions

View File

@ -9,7 +9,7 @@ server {
#########################
listen 64297 ssl http2;
index tpotweb.html;
ssl_protocols TLSv1.2;
ssl_protocols TLSv1.3;
server_name example.com;
error_page 300 301 302 400 401 402 403 404 500 501 502 503 504 /error.html;