Skip to content

Commit

Permalink
Merge pull request #976 from niphlod/fix/ubuntu_nginx_hardening
Browse files Browse the repository at this point in the history
thanks  @wmunguiam for spotting
  • Loading branch information
mdipierro committed May 24, 2015
2 parents ba978d5 + 4f316d0 commit 77e7631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-web2py-nginx-uwsgi-ubuntu.sh
Expand Up @@ -84,7 +84,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;
Expand Down

0 comments on commit 77e7631

Please sign in to comment.