diff --git a/nginx/nginx.conf b/nginx/nginx.conf index c49151f..bf73ceb 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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; }