Initial commit
This commit is contained in:
6
nginx-reverse-proxy/includes/ssl.conf
Normal file
6
nginx-reverse-proxy/includes/ssl.conf
Normal 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;
|
||||
Reference in New Issue
Block a user