Produced by Araxis Merge on 4/18/2019 5:55:27 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.
# | Location | File | Last Modified |
---|---|---|---|
1 | MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\roles\mccfrolenginx\files | static-nginx-proxy.conf.a805 | Wed Apr 3 02:27:32 2019 UTC |
2 | MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\roles\mccfrolenginx\files | static-nginx-proxy.conf.a805 | Wed Apr 17 22:13:29 2019 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 13 | 282 |
Changed | 12 | 26 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
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 |
No regular expressions were active.
1 | server { | |
2 | server_nam e PII ; | |
3 | listen PORT 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 :9 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 :9 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; | |
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 t 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; | |
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 t 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 t 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; | |
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 t 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; | |
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 t 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; | |
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 t PII ; | |
144 | } | |
145 | ||
146 | ||
147 | error_pa ge 404 /40 4.html; | |
148 | location = /40x.ht ml { | |
149 | } | |
150 | ||
151 | error_pa ge 500 502 503 504 /50x.html; | |
152 | location = /50x.ht ml { | |
153 | } | |
154 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.