Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
60aca0b3
Commit
60aca0b3
authored
Nov 29, 2014
by
Mathieu Giraud
Committed by
Vidjil Team
Dec 03, 2014
Browse files
nginx_install.sh: more secure SSL protocols
parent
b3f0afa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/nginx_install.sh
View file @
60aca0b3
...
...
@@ -130,7 +130,7 @@ server {
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
ssl_ciphers ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA;
ssl_protocols
SSLv3
TLSv1;
ssl_protocols
TLSv1 TLSv1.1
TLSv1
.2
;
keepalive_timeout 70;
location / {
#uwsgi_pass 127.0.0.1:9001;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment