61. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/16/2019 12:02:02 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

61.1 Files compared

# Location File Last Modified
1 Direct_DSM.zip\Direct_DSM\configurations\devtest\nginx developer.conf Tue Aug 13 17:30:06 2019 UTC
2 Direct_DSM.zip\Direct_DSM\configurations\devtest\nginx developer.conf Fri Aug 16 12:24:03 2019 UTC

61.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 90
Changed 3 10
Inserted 0 0
Removed 0 0

61.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

61.4 Active regular expressions

No regular expressions were active.

61.5 Comparison detail

  1       server  {
  2         list en       IP                 ;
  3         serv er_name   DNS.URL:PO RT ;
  4           se rver_token s off;
  5           ss l_session_ cache    s hared:SSL: 10m;
  6           ss l_session_ timeout  1 0m;
  7           ss l_verify_c lient on;
  8           ss l on;
  9           ss l_verify_d epth 4;
  10           ss l_ciphers  HIGH:!ADH: !MD5:!aNUL L:!eNULL:! MEDIUM:!LO W:!EXP:!kE DH:!3DES;
  11           ss l_protocol s TLSv1.1  TLSv1.2;
  12           ss l_prefer_s erver_ciph ers on;
  13             ssl_certif icate    /u01/app/c ert/ DNS . URL:PORT ;
  14             ssl_certif icate_key  /u01/app/c ert/ DNS . URL:PORT ;
  15           ss l_client_c ertificate  /u01/app/ cert/all-v a-certs-an d-test-cer ts.pem;
  16           #s sl_crl /et c/ssl/cert s/CRL-bund le.crl;
  17           fa stcgi_buff ers 256 4k ;
  18           pr oxy_buffer _size   12 8k;
  19           pr oxy_buffer s   4 256k ;
  20           pr oxy_busy_b uffers_siz e   256k;
  21           cl ient_max_b ody_size      1024m;
  22           cl ient_body_ buffer_siz e   128k;
  23  
  24           
  25           lo cation / {
  26                client_m ax_body_si ze       1 024m;
  27                  proxy_pass         http://
D NS . URL ;
  28                proxy_re direct  de fault;
  29                    prox y_ssl_sess ion_reuse  off;
  30  
  31                    prox y_connect_ timeout    600;
  32                    prox y_send_tim eout       600;
  33                    prox y_read_tim eout       600;
  34                    send _timeout              600;
  35                    fast cgi_read_t imeout     600;
  36  
  37                #fastcgi _pass 127. 0.0.1:9000 ;
  38                fastcgi_ param VERI FIED $ssl_ client_ver ify;
  39                    fast cgi_param  DN $ssl_cl ient_s_dn;
  40  
  41                    incl ude fastcg i_params;
  42                    prox y_set_head er         CERT $ssl_ client_cer t;
  43                    prox y_set_head er         VERIFIED $ ssl_client _verify;
  44                    prox y_set_head er         DN $ssl_cl ient_s_dn;
  45                    prox y_set_head er         Host    $h ost;
  46                    prox y_set_head er         X-Real-IP        $rem ote_addr;
  47                    prox y_set_head er         X-Forwarde d-For $pro xy_add_x_f orwarded_f or;
  48                    prox y_set_head er                 HT TPS on;
  49           }
  50   }