Skip to content

Commit

Permalink
Fix incorrect /battles redirect in nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo authored Nov 7, 2023
1 parent 0ba46fb commit 12cb560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server {
rewrite ^/(leaderboards|(ladder|tournament|ranking|rating)s?)$ https://pkmn.ai/leaderboard redirect;
rewrite ^/(wtf|terminology|(term|definition)s?)$ https://pkmn.ai/glossary redirect;
rewrite ^/readings?$ https://pkmn.ai/research redirect;
rewrite ^/(games|matches)?$ https://pkmn.ai/battles redirect;
rewrite ^/(games|matches)$ https://pkmn.ai/battles redirect;
rewrite ^/cabal$ https://pkmn.cc/dev redirect; # ;)

root /home/pkmn/ai/public;
Expand Down

0 comments on commit 12cb560

Please sign in to comment.