File tree 5 files changed +0
-13
lines changed
5 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -61,4 +61,3 @@ cf ${command} ${app} -f ${manifest}
61
61
62
62
# Add network policies
63
63
cf add-network-policy proxy cms
64
- cf add-network-policy proxy eregs
Original file line number Diff line number Diff line change @@ -14,6 +14,5 @@ applications:
14
14
- fec-creds-dev
15
15
env :
16
16
CMS_PROXY : " http://fec-dev-cms.apps.internal:8080"
17
- EREGS_PROXY : " http://fec-dev-eregs.apps.internal:8080"
18
17
S3_BUCKET_URL : " https://cg-449d4df6-4b9e-4539-891f-363302ca5907.s3-us-gov-west-1.amazonaws.com"
19
18
S3_LEGAL_AND_DOWNLOADS_URL : " https://cg-cc8e3d72-34c9-411d-b369-96c0ce6572fd.s3-us-gov-west-1.amazonaws.com"
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ applications:
16
16
- fec-creds-prod
17
17
env :
18
18
CMS_PROXY : " http://fec-prod-cms.apps.internal:8080"
19
- EREGS_PROXY : " http://fec-prod-eregs.apps.internal:8080"
20
19
S3_BUCKET_URL : " https://cg-47928592-406c-4536-8234-99b896e8d57d.s3-us-gov-west-1.amazonaws.com"
21
20
S3_TRANSITION_URL : " http://cg-9b32b324-4671-48ca-b13b-a37b742f7443.s3-website-us-gov-west-1.amazonaws.com"
22
21
S3_LEGAL_AND_DOWNLOADS_URL : " https://cg-519a459a-0ea3-42c2-b7bc-fa1143481f74.s3-us-gov-west-1.amazonaws.com"
Original file line number Diff line number Diff line change @@ -13,6 +13,5 @@ applications:
13
13
- fec-creds-stage
14
14
env :
15
15
CMS_PROXY : " http://fec-stage-cms.apps.internal:8080"
16
- EREGS_PROXY : " http://fec-stage-eregs.apps.internal:8080"
17
16
S3_BUCKET_URL : " https://cg-ca811ea5-b3e6-4792-ac55-2edf11f151ca.s3-us-gov-west-1.amazonaws.com"
18
17
S3_LEGAL_AND_DOWNLOADS_URL : " https://cg-d3527d7d-0344-45b5-aab6-5a39d2aa409f.s3-us-gov-west-1.amazonaws.com"
Original file line number Diff line number Diff line change @@ -50,15 +50,6 @@ http {
50
50
proxy_set_header X-Script-Name "/" ;
51
51
}
52
52
53
- location /regulations {
54
- resolver {{nameservers}} ipv6=off valid=1s;
55
- set $backend "{{env " EREGS_PROXY"}}" ;
56
- proxy_pass $backend ;
57
- proxy_set_header X-Forwarded-Host $host ;
58
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;
59
- proxy_set_header X-Script-Name "/regulations" ;
60
- }
61
-
62
53
location ~ /resources/(.*) {
63
54
resolver 8.8.8.8 ;
64
55
proxy_pass_request_headers off ;
You can’t perform that action at this time.
0 commit comments