44. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/16/2019 12:02:01 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.

44.1 Files compared

# Location File Last Modified
1 Direct_DSM.zip\Direct_DSM\configurations\demo\nginx api.conf Tue Aug 13 17:30:04 2019 UTC
2 Direct_DSM.zip\Direct_DSM\configurations\demo\nginx api.conf Fri Aug 16 14:09:09 2019 UTC

44.2 Comparison summary

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

44.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

44.4 Active regular expressions

No regular expressions were active.

44.5 Comparison detail

  1   #API
  2   server {
  3         list en        IP                 ;
  4           server_nam   DNS . URL ;
  5           se rver_token s off;
  6           ss l_session_ cache    s hared:SSL: 10m;
  7           ss l_session_ timeout  1 0m;
  8           ss l_verify_c lient off;
  9           ss l on;
  10           ss l_verify_d epth 4;
  11           ss l_ciphers  HIGH:!ADH: !MD5:!aNUL L:!eNULL:! MEDIUM:!LO W:!EXP:!kE DH;
  12           ss l_protocol s TLSv1.1  TLSv1.2;
  13           ss l_prefer_s erver_ciph ers on;
  14             ssl_certif icate    /u01/app/c ert/ DNS . URL ;
  15             ssl_certif icate_key  /u01/app/c ert/ DNS . URL ;
  16           ss l_client_c ertificate  /u01/app/ cert/all-v a-certs-an d-test-cer ts.pem;
  17           #  ssl_crl /u 01/app/cer t/CRL-bund le.crl;
  18           fa stcgi_buff ers 256 4k ;
  19           pr oxy_buffer _size   12 8k;
  20           pr oxy_buffer s   4 256k ;
  21           pr oxy_busy_b uffers_siz e   256k;
  22  
  23           cl ient_max_b ody_size        1024m ;
  24           cl ient_body_ buffer_siz e    128k;
  25  
  26           lo cation / {
  27                allow 10 .0.0.0/8;
  28                allow 19 2.168.0.0/ 16;
  29                allow 12 7.0.0.1;
  30                deny all ;
  31                  proxy_pass         http://
D NS . URL:PORT ;
  32                proxy_re direct  de fault;
  33                proxy_ss l_session_ reuse off;
  34  
  35                             proxy_ connect_ti meout       600;
  36                             proxy_ send_timeo ut          600;
  37                    prox y_read_tim eout          600;
  38                             send_t imeout                         6 00;
  39                             fastcg i_read_tim eout 600;
  40  
  41                #fastcgi _pass 127. 0.0.1:9000 ;
  42                fastcgi_ param VERI FIED $ssl_ client_ver ify;
  43                fastcgi_ param DN $ ssl_client _s_dn;
  44  
  45                             includ e fastcgi_ params;
  46                             proxy_ set_header         CE RT $ssl_cl ient_cert;
  47                             proxy_ set_header         VE RIFIED $ss l_client_v erify;
  48                             proxy_ set_header         DN  $ssl_clie nt_s_dn;
  49                             proxy_ set_header         Ho st    $hos t;
  50                             proxy_ set_header         X- Real-IP        $remot e_addr;
  51                             proxy_ set_header         X- Forwarded- For $proxy _add_x_for warded_for ;
  52                             proxy_ set_header                  HTTP S on;
  53           }
  54   }