Skip to content

Commit

Permalink
IN-326 add redirect for archives/educrev
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Feb 28, 2024
1 parent 67174f1 commit cc5480f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/nginx/daemon/redirect-map.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ map $request_uri $redirect_uri {
~/ACRL(.*) https://preserve.lib.unb.ca/acrl-2014/20180731121117/https://lib.unb.ca/ACRL$1;
~/admintools/(.*) https://web.lib.unb.ca/admintools/$1;
~/APLA(.*) https://preserve.lib.unb.ca/apla-2006/20180810191328/https://lib.unb.ca/APLA$1;
~/archives/educrev(.*) https://web.lib.unb.ca/archives/educrev$1;
~/archives/erdb(.*) https://web.lib.unb.ca/archives/erdb$1;
~/archives/finding(.*) https://web.lib.unb.ca/archives/finding$1;
~/archives/hathaway(.*) https://web.lib.unb.ca/archives/hathaway$1;
Expand Down Expand Up @@ -153,6 +152,7 @@ map $request_uri $redirect_uri {
/archives/bennett1/bennett.html /archives/richard-bedford-bennett-1870-1947;
~/archives/collections.(html|php) /archives/inventory-collections;
/archives/digital.php /archives/databases-digital-collections;
~/archives/educrev/.* /archives/educational-review;
/archives/faq.php /archives/frequently-asked-questions;
/archives/findaids.php /archives/alphabetical-listing-line-finding-aids;
/archives/index.php /archives/;
Expand Down

0 comments on commit cc5480f

Please sign in to comment.