diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 0c91e70..b1f338a 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -105,7 +105,7 @@ http { location /tuesday { return 302 https://pledge.wnyc.org/support/radiolab; } # Podcast Membership - location ~ ^/donate/? { return 301 $app_url/the-lab?$query_string; } + location ~ ^/donate/? { return 302 https://pledge.wnyc.org/support/radiolab?utm_medium=audio&utm_source=podcast-spot&utm_campaign=rl-cye-addgift; } location ~ ^/(insider|20|twenty)/?$ { return 301 $not_found; } location ~ ^/(join|membership|members|member)/?$ { return 301 $members; } location ~ ^/(lab|thelab)/?$ { return 301 $app_url/the-lab?$query_string; } @@ -384,4 +384,4 @@ http { location ~ /2006/sep/29/radiolab-exists-to-go-after-tough-topics { return 301 $episodes/91741-radiolab-exists-to-go-after-tough-topics; } location ~ /2006/jul/01/a-match-made-in-radio { return 301 $episodes/91740-a-match-made-in-radio; } } -} \ No newline at end of file +}