Skip to content

Commit

Permalink
Update redirect URL for /moon endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
skacula committed Sep 30, 2024
1 parent d18c3de commit 0e26f0d
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 0e26f0d

Please sign in to comment.