108. EPMO Open Source Coordination Office Redaction File Detail Report

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

108.1 Files compared

# Location File Last Modified
1 Direct_DSM.zip\Direct_DSM\configurations\test1\nginx default.conf Tue Aug 13 17:30:06 2019 UTC
2 Direct_DSM.zip\Direct_DSM\configurations\test1\nginx default.conf Fri Aug 16 14:18:06 2019 UTC

108.2 Comparison summary

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

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

108.4 Active regular expressions

No regular expressions were active.

108.5 Comparison detail

  1   #
  2       # The  default se rver
  3       #
  4       server  {
  5           li sten        80;
  6             server_nam   *. DNS . URL ;
  7       server _tokens of f;
  8           re turn 301   https://$h ost$reques t_uri;
  9           #c harset koi 8;
  10  
  11           #a ccess_log   logs/host .access.lo g  main;
  12  
  13       locati on / {
  14                  proxy_pass            https://
D NS . URL : PORT ;
  15                proxy_re direct      default;
  16  
  17                proxy_se t_header    Host              $h ost;
  18                proxy_se t_header    X-Real-IP         $r emote_addr ;
  19                proxy_se t_header    X-Forward ed-For  $p roxy_add_x _forwarded _for;
  20                proxy_se t_header    HTTPS             of f;
  21                
  22                client_m ax_body_si ze       1 024m;
  23                client_b ody_buffer _size    1 28k;
  24  
  25                proxy_bu ffer_size           4 k;
  26                proxy_bu ffers               4  32k;
  27                proxy_bu sy_buffers _size    6 4k;
  28                proxy_te mp_file_wr ite_size 6 4k;
  29       }
  30  
  31           er ror_page   400 403 40 4 495 496  497             /erro r.html;
  32           lo cation = / error.html  {
  33                root   / usr/share/ nginx/html ;
  34           }
  35  
  36           #  redirect s erver erro r pages to  the stati c page /50 x.html
  37           er ror_page    500 502 5 03 504  /e rror.html;
  38  
  39  
  40           #  deny acces s to .htac cess files , if Apach e's docume nt root
  41           #  concurs wi th nginx's  one
  42           #l ocation ~  /\.ht {
  43           #     deny  a ll;
  44           #}
  45       }
  46