Skip to content

Commit

Permalink
fix: fix redirect of marketing playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Feb 20, 2025
1 parent 7dc4c87 commit fc4233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ server {

# Actor marketing playbook addition

rewrite ^/academy/get-most-of-actors /academy/actor-marketing-playbook
rewrite ^/academy/get-most-of-actors$ /academy/actor-marketing-playbook permanent;

}

Expand Down

0 comments on commit fc4233f

Please sign in to comment.