~ubuntu-branches/ubuntu/vivid/nginx/vivid-updates

« back to all changes in this revision

Viewing changes to debian/conf/nginx.conf

  • Committer: Package Import Robot
  • Author(s): Thomas Ward
  • Date: 2014-12-06 13:06:55 UTC
  • mfrom: (4.3.22 sid)
  • Revision ID: package-import@ubuntu.com-20141206130655-kr9fuq8st85n3zrk
Tags: 1.6.2-5ubuntu1
* Merge from Debian.  Remaining changes: (LP: #1399967)
  - debian/patches/ubuntu-branding.patch: add Ubuntu branding (refreshed)
  - debian/rules: Drop from -O3 to -O2 to work around a build failure.
  - d/{control,rules,nginx-core.*}: add new binary package for main,
    nginx-core, which contains only source-tarball-included modules
    and no third-party modules.
  - debian/tests/control: add nginx-core test.
  - debian/control: drop luajit from Build-Depends as it is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        default_type application/octet-stream;
28
28
 
29
29
        ##
 
30
        # SSL Settings
 
31
        ##
 
32
 
 
33
        ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
 
34
        ssl_prefer_server_ciphers on;
 
35
 
 
36
        ##
30
37
        # Logging Settings
31
38
        ##
32
39