Skip to content

Commit

Permalink
Merge pull request #159 from nypublicradio/gmarmstrong/DEVO-296
Browse files Browse the repository at this point in the history
add 301 "theuglytruthdontclickthis"
  • Loading branch information
gmarmstrong authored Oct 18, 2022
2 parents d12cf1d + 53b08ab commit ef27c33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ http {

# Really Gross Hardcoded Story Redirects
location ~ "^/([0-9]){4}/([a-z]){3}/([0-9]){2}/?" { return 301 $episodes; }


location ~ ^/theuglytruthdontclickthis/? {
return 301 https://waaa.wnyc.org/rl_extras/rl_extras011714theuglytruth.mp3;
}

location ~ ^/episodes/lend-hand-raise-glass { return 301 $episodes/181733-lend-hand-raise-glass; }
location ~ /2012/jan/18/see-radiolab-live-dark { return 301 $episodes/181835-see-radiolab-live-dark; }
location ~ /2012/jan/18/suggest-tour-stop { return 301 $episodes/181854-suggest-tour-stop; }
Expand Down

0 comments on commit ef27c33

Please sign in to comment.