Skip to content

Commit

Permalink
match intended recirect from community-landing pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Feb 21, 2024
1 parent 814fa14 commit d936a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ http {
return 301 https://www.python.org/psf;
}

location /community-landing {
location ~ ^/community-landing/?(.*)$ {
return 301 https://www.python.org/community/;
}

Expand Down

0 comments on commit d936a84

Please sign in to comment.