Skip to content

Commit

Permalink
Route WordPress traffic through AWS instead of F5
Browse files Browse the repository at this point in the history
  • Loading branch information
bfenster committed Feb 8, 2024
1 parent be17d7b commit 3ec3fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps/hosts.map.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ people-protected ist-web-static-sites-prod.bu.edu/_domains/people.bu.edu ;
# WordPress
# # # # # # # # # # # # # # # # # # # #

wpassets <%= ENV['BACKEND_WP_CONTENT'] || "ist-wp-app-#{ENV['LANDSCAPE']}.bu.edu" %> ;
wordpress <%= ENV['BACKEND_WP_APP'] || "ist-wp-app-#{ENV['LANDSCAPE']}.bu.edu" %> ;
wpassets wordpress-prod-alb.webrouter-prd.aws-cloud.bu.edu ;
wordpress wordpress-prod-alb.webrouter-prd.aws-cloud.bu.edu ;

# # # # # # # # # # # # # # # # # # # #
# PHP
Expand Down

0 comments on commit 3ec3fb9

Please sign in to comment.