setup default nginx ssl/security configuration for vagrant
This commit is contained in:
parent
18ae1e15f4
commit
3c6b779c44
6 changed files with 103 additions and 7 deletions
|
@ -26,13 +26,6 @@ http {
|
|||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
##
|
||||
# SSL Settings
|
||||
##
|
||||
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
##
|
||||
# Logging Settings
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue