Skip to content

Commit

Permalink
re-enable atf-eregs redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrowland authored and apburnes committed Jan 16, 2024
1 parent 76567a3 commit 38b4d5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
- app:c2.18f.gov
- app:www.findtreatment.gov
- app:private-eye.18f.gov
# - app:atf-eregs.18f.gov
- app:atf-eregs.18f.gov
- app:agile-labor-categories.18f.gov
- app:handbook.18f.gov
- app:frontend.18f.gov
Expand Down
4 changes: 2 additions & 2 deletions templates/_federalist-redirects.njk
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,12 @@ server {
}

# atf-eregs.18f.gov to regulations.atf.gov
{# server {
server {
listen {{ PORT }};
set $target_domain regulations.atf.gov;
server_name atf-eregs.18f.gov;
return 301 https://$target_domain;
} #}
}

# agile-labor-categories.18f.gov to derisking-guide.18f.gov
server {
Expand Down
2 changes: 1 addition & 1 deletion templates/manifest-prod.yml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ routes:
- route: requests.18f.gov
- route: c2.18f.gov
- route: www.findtreatment.gov
{# - route: atf-eregs.18f.gov #}
- route: atf-eregs.18f.gov
- route: private-eye.18f.gov
- route: agile-labor-categories.18f.gov
- route: handbook.18f.gov
Expand Down

0 comments on commit 38b4d5f

Please sign in to comment.