Skip to content

Commit

Permalink
Merge pull request #232 from nypublicradio/wcolon/revert-moon-redirect
Browse files Browse the repository at this point in the history
Update redirect URL for /moon endpoint
  • Loading branch information
skacula authored Sep 30, 2024
2 parents d18c3de + 0e26f0d commit 9f70062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ http {
location ~ ^/cicadas/? { return 301 $app_url/series/cicadas/; }
location ~ ^/harrypace/? { return 301 $app_url/series/vanishing-harry-pace/; }
location ~ ^/mixtape/? { return 301 $app_url/series/mixtape; }
location = /moon { return 302 $app_url/quasi-moon; }
location = /moon { return 302 https://woobox.com/wc2qxd; }

# Story Pages
location ~ ^/story/([^/]+)/? {
Expand Down

0 comments on commit 9f70062

Please sign in to comment.