~ubuntu-branches/debian/sid/nginx/sid

« back to all changes in this revision

Viewing changes to debian/conf/sites-available/default

  • Committer: Package Import Robot
  • Author(s): Christos Trochalakis, Christos Trochalakis
  • Date: 2014-11-30 10:39:55 UTC
  • Revision ID: package-import@ubuntu.com-20141130103955-3kndqegt0ptj7w1g
Tags: 1.6.2-5
[ Christos Trochalakis ]
* debian/conf/nginx.conf:
  + Drop SSLv3 protocol (POODLE), and prefer server ciphers
    by default. (Closes: #767456)
* debian/copyright:
  + Add copyright for ngx_http_substitutions_filter_module.
* debian/nginx-common.{preinst,postinst,postrm}:
  + Remove /etc/nginx/naxsi-ui.conf conffile. (Closes: #768233)
* debian/README.Debian:
  + Add a list of important changes since wheezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        #
25
25
        # Self signed certs generated by the ssl-cert package
26
26
        # Don't use them in a production server!
 
27
        #
27
28
        # include snippets/snakeoil.conf;
28
 
        #
29
 
        # ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # don’t use SSLv3 ref: POODLE
30
 
        # ssl_ciphers HIGH:!aNULL:!MD5;
31
 
        # ssl_prefer_server_ciphers on;
32
29
 
33
30
        root /var/www/html;
34
31