Initial commit

This commit is contained in:
Colin Diem
2021-04-04 03:45:08 +00:00
commit 990da5d091
8 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:50m;
ssl_session_tickets off;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;