Skip to content

Commit

Permalink
chore: Remove defunct c2.18f.gov
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnes committed Nov 20, 2024
1 parent d65f817 commit 3e6bc18
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ services:
- app:fedspendingtransparency.18f.gov
- app:cap.18f.gov
- app:requests.18f.gov
- app:c2.18f.gov
- app:www.findtreatment.gov
- app:private-eye.18f.gov
- app:atf-eregs.18f.gov
Expand Down
7 changes: 0 additions & 7 deletions templates/_federalist-redirects.njk
Original file line number Diff line number Diff line change
Expand Up @@ -377,13 +377,6 @@ server {
return 301 https://$target_domain;
}

server {
listen {{ PORT }};
set $target_domain docs.google.com/forms/d/e/1FAIpQLSd-GoOE9xWWfJvdZNRP3SE7mj5ysI_RfM8brxdG8YpyJV9yKA/viewform;
server_name c2.18f.gov;
return 301 https://$target_domain;
}

# www.findtreatment.gov to findtreatment.gov
server {
listen {{ PORT }};
Expand Down
1 change: 0 additions & 1 deletion templates/manifest-prod.yml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ routes:
- route: fedspendingtransparency.18f.gov
- route: cap.18f.gov
- route: requests.18f.gov
- route: c2.18f.gov
- route: www.findtreatment.gov
- route: atf-eregs.18f.gov
- route: private-eye.18f.gov
Expand Down

0 comments on commit 3e6bc18

Please sign in to comment.