307. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2019 5:55:29 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.

307.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\templates\shared-server vlgw-proxy-nginx.conf Wed Apr 3 02:27:22 2019 UTC
2 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\templates\shared-server vlgw-proxy-nginx.conf Wed Apr 17 17:57:07 2019 UTC

307.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 16 386
Changed 15 30
Inserted 0 0
Removed 0 0

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

307.4 Active regular expressions

No regular expressions were active.

307.5 Comparison detail

  1   server {
  2     server_n ame {{ app server }};
  3     listen { { https_po rt }} ssl  http2;
  4  
  5     access_l og /var/lo g/nginx/44 3access.lo g;
  6     error_lo g /var/log /nginx/443 error.log  debug;
  7  
  8     ssl on;
  9     ssl_cert ificate /e tc/pki/tls /certs/TAS .crt;
  10     ssl_cert ificate_ke y /etc/pki /tls/priva te/TAS.key ;
  11  
  12     ssl_prot ocols TLSv 1 TLSv1.1  TLSv1.2;
  13     ssl_ciph ers 'ECDHE -RSA-AES12 8-GCM-SHA2 56:ECDHE-E CDSA-AES12 8-GCM-SHA2 56:ECDHE-R SA-AES256- GCM-SHA384 :ECDHE-ECD SA-AES256- GCM-SHA384 :DHE-RSA-A ES128-GCM- SHA256:DHE -DSS-AES12 8-GCM-SHA2 56:kEDH+AE SGCM:ECDHE -RSA-AES12 8-SHA256:E CDHE-ECDSA -AES128-SH A256:ECDHE -RSA-AES12 8-SHA:ECDH E-ECDSA-AE S128-SHA:E CDHE-RSA-A ES256-SHA3 84:ECDHE-E CDSA-AES25 6-SHA384:E CDHE-RSA-A ES256-SHA: ECDHE-ECDS A-AES256-S HA:DHE-RSA -AES128-SH A256:DHE-R SA-AES128- SHA:DHE-DS S-AES128-S HA256:DHE- RSA-AES256 -SHA256:DH E-DSS-AES2 56-SHA:DHE -RSA-AES25 6-SHA:AES1 28-GCM-SHA 256:AES256 -GCM-SHA38 4:AES128-S HA256:AES2 56-SHA256: AES128-SHA :AES256-SH A:AES:CAME LLIA:DES-C BC3-SHA:!a NULL:!eNUL L:!EXPORT: !DES:!RC4: !MD5:!PSK: !aECDH:!ED H-DSS-DES- CBC3-SHA:! EDH-RSA-DE S-CBC3-SHA :!KRB5-DES -CBC3-SHA' ;
  14     ssl_pref er_server_ ciphers on ;
  15  
  16     root /op t/rh/rh-ng inx114/roo t/usr/shar e/nginx/ht ml;
  17  
  18     add_head er Strict- Transport- Security m ax-age=155 52000;
  19  
  20     #locatio n / {
  21     #}
  22  
  23     #
  24     # VistAL ink Proxy  Servers
  25     #
  26     # DEV VI STA is loc ated on AI TC's 830 s ystem, por t 9080
  27     location  /devVistA  {
  28           proxy_pass  http:// DNS . URL : PORT ;
  29     }
  30     # CI VIS TA is loca ted on AIT C's 830 sy stem, port  9081
  31     location  /ciVistA  {
  32           proxy_pass  http:// DNS . URL : PORT ;
  33     }
  34     # CIT VI STA is loc ated on AI TC's 830 s ystem, por t 9082
  35     location  /citVistA  {
  36           proxy_pass  http:// DNS . URL : PORT ;
  37     }
  38     # SQA VI STA is loc ated on AI TC's 830 s ystem, por t 9083
  39     location  /sqaVistA  {
  40           proxy_pass  http:// DNS . URL : PORT ;
  41     }
  42     # UAT VI STA is loc ated on AI TC's 830 s ystem, por t 9083
  43     location  /uatVistA  {
  44           proxy_pass  http:// DNS . URL : PORT ;
  45     }
  46     #
  47     # VistA  Server 830
  48     #
  49     location  /dev_0001  {
  50         rewr ite ^\/dev _0001\/?(. *) /\$1 br eak;
  51         prox y_pass htt p://127.0. 0.1:10001/ $1?$query_ string;
  52         prox y_connect_ timeout 60 0s;
  53         prox y_send_tim eout 600s;
  54         prox y_read_tim eout 600s;
  55         keep alive_time out 10m;
  56         prox y_set_head er X-Real- IP  $remot e_addr;
  57         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  58         prox y_set_head er X-Forwa rded-Proto  http;
  59         prox y_set_head er X-Forwa rded-Port  10001;
  60           proxy_set_ header Hos PII ;
  61     }
  62     location  /dev_0002  {
  63         rewr ite ^\/eBi lling_dev\ /?(.*) /\$ 1 break;
  64         prox y_pass htt p://127.0. 0.1:10002/ $1?$query_ string;
  65         prox y_connect_ timeout 60 0s;
  66         prox y_send_tim eout 600s;
  67         prox y_read_tim eout 600s;
  68         keep alive_time out 10m;
  69         prox y_set_head er X-Real- IP  $remot e_addr;
  70         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  71         prox y_set_head er X-Forwa rded-Proto  http;
  72         prox y_set_head er X-Forwa rded-Port  10002;
  73           proxy_set_ header Hos PII ;
  74     }
  75     #
  76     # VistA  Server 831
  77     #
  78     location  /vista1_8 31 {
  79         prox y_pass htt p://127.0. 0.1:10011;
  80     }
  81     location  /vista2_8 31 {
  82         prox y_pass htt p://127.0. 0.1:10012;
  83     }
  84     location  /vista3_8 31 {
  85         prox y_pass htt p://127.0. 0.1:10013;
  86     }
  87     location  /vista4_8 31 {
  88         prox y_pass htt p://127.0. 0.1:10014;
  89     }
  90     #
  91     # eBilli ng Proxy
  92     #
  93     location  ~ ^/eBill ing_dev {
  94         rewr ite ^\/eBi lling_dev\ /?(.*) /\$ 1 break;
  95         prox y_pass htt p://127.0. 0.1:10021/ $1?$query_ string;
  96         prox y_connect_ timeout 60 0s;
  97         prox y_send_tim eout 600s;
  98         prox y_read_tim eout 600s;
  99         keep alive_time out 10m;
  100         prox y_set_head er X-Real- IP  $remot e_addr;
  101         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  102         prox y_set_head er X-Forwa rded-Proto  http;
  103         prox y_set_head er X-Forwa rded-Port  10021;
  104           proxy_set_ header Hos PII ;
  105     }
  106     location  /eBilling _cit {
  107         rewr ite ^\/eBi lling_cit\ /?(.*) /\$ 1 break;
  108         prox y_pass htt p://127.0. 0.1:10022/ $1?$query_ string;
  109         prox y_connect_ timeout 60 0s;
  110         prox y_send_tim eout 600s;
  111         prox y_read_tim eout 600s;
  112         keep alive_time out 10m;
  113         prox y_set_head er X-Real- IP  $remot e_addr;
  114         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  115         prox y_set_head er X-Forwa rded-Proto  http;
  116         prox y_set_head er X-Forwa rded-Port  10022;
  117           proxy_set_ header Hos PII ;
  118     }
  119     location  /eBilling _sqa {
  120         rewr ite ^\/eBi lling_sqa\ /?(.*) /\$ 1 break;
  121         prox y_pass htt p://127.0. 0.1:10023/ $1?$query_ string;
  122         prox y_connect_ timeout 60 0s;
  123         prox y_send_tim eout 600s;
  124         prox y_read_tim eout 600s;
  125         keep alive_time out 10m;
  126         prox y_set_head er X-Real- IP  $remot e_addr;
  127         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  128         prox y_set_head er X-Forwa rded-Proto  http;
  129         prox y_set_head er X-Forwa rded-Port  10023;
  130           proxy_set_ header Hos PII ;
  131     }
  132     location  /eBilling _uat {
  133         rewr ite ^\/eBi lling_uat\ /?(.*) /\$ 1 break;
  134         prox y_pass htt p://127.0. 0.1:10024/ $1?$query_ string;
  135         prox y_connect_ timeout 60 0s;
  136         prox y_send_tim eout 600s;
  137         prox y_read_tim eout 600s;
  138         keep alive_time out 10m;
  139         prox y_set_head er X-Real- IP  $remot e_addr;
  140         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  141         prox y_set_head er X-Forwa rded-Proto  http;
  142         prox y_set_head er X-Forwa rded-Port  10024;
  143           proxy_set_ header Hos PII ;
  144     }
  145     #
  146     # ePharm acy Proxy
  147     #
  148     location  ~ ^/ePhar macy_dev {
  149         rewr ite ^\/ePh armacy_dev \/?(.*) /\ $1 break;
  150         prox y_pass htt p://127.0. 0.1:10041/ $1?$query_ string;
  151         prox y_connect_ timeout 60 0s;
  152         prox y_send_tim eout 600s;
  153         prox y_read_tim eout 600s;
  154         keep alive_time out 10m;
  155         prox y_set_head er X-Real- IP  $remot e_addr;
  156         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  157         prox y_set_head er X-Forwa rded-Proto  http;
  158         prox y_set_head er X-Forwa rded-Port  10041;
  159           proxy_set_ header Hos PII ;
  160     }
  161     location  /ePharmac y_cit {
  162         rewr ite ^\/ePh armacy_cit \/?(.*) /\ $1 break;
  163         prox y_pass htt p://127.0. 0.1:10042/ $1?$query_ string;
  164         prox y_connect_ timeout 60 0s;
  165         prox y_send_tim eout 600s;
  166         prox y_read_tim eout 600s;
  167         keep alive_time out 10m;
  168         prox y_set_head er X-Real- IP  $remot e_addr;
  169         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  170         prox y_set_head er X-Forwa rded-Proto  http;
  171         prox y_set_head er X-Forwa rded-Port  10042;
  172           proxy_set_ header Hos PII ;
  173     }
  174     location  /ePharmac y_sqa {
  175         rewr ite ^\/ePh armacy_sqa \/?(.*) /\ $1 break;
  176         prox y_pass htt p://127.0. 0.1:10043/ $1?$query_ string;
  177         prox y_connect_ timeout 60 0s;
  178         prox y_send_tim eout 600s;
  179         prox y_read_tim eout 600s;
  180         keep alive_time out 10m;
  181         prox y_set_head er X-Real- IP  $remot e_addr;
  182         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  183         prox y_set_head er X-Forwa rded-Proto  http;
  184         prox y_set_head er X-Forwa rded-Port  10043;
  185           proxy_set_ header Hos PII ;
  186     }
  187     location  /ePharmac y_uat {
  188         rewr ite ^\/ePh armacy_uat \/?(.*) /\ $1 break;
  189         prox y_pass htt p://127.0. 0.1:10044/ $1?$query_ string;
  190         prox y_connect_ timeout 60 0s;
  191         prox y_send_tim eout 600s;
  192         prox y_read_tim eout 600s;
  193         keep alive_time out 10m;
  194         prox y_set_head er X-Real- IP  $remot e_addr;
  195         prox y_set_head er X-Forwa rded-For $ proxy_add_ x_forwarde d_for;
  196         prox y_set_head er X-Forwa rded-Proto  http;
  197         prox y_set_head er X-Forwa rded-Port  10044;
  198           proxy_set_ header Hos PII ;
  199     }
  200  
  201     error_pa ge 404 /40 4.html;
  202     location  = /40x.ht ml {
  203     }
  204  
  205     error_pa ge 500 502  503 504   /50x.html;
  206     location  = /50x.ht ml {
  207     }
  208   }