Skip to content

Commit

Permalink
remove private bug tracker redirects, since they're unused
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jan 7, 2015
1 parent 260fad4 commit 29721ea
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions salt/pydotorg/config/pydotorg.nginx.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -209,34 +209,18 @@ server {
return 301 http://sourceforge.net/bugs/?group_id=103;
}

location /mailman-bugs.private/ {
return 301 http://sourceforge.net/bugs/?group_id=103;
}

location /python-bugs/ {
return 301 http://bugs.python.org/;
}

location /python-bugs.private/ {
return 301 http://bugs.python.org/;
}

location /mailman-bugs {
return 301 http://sourceforge.net/bugs/?group_id=103;
}

location /mailman-bugs.private {
return 301 http://sourceforge.net/bugs/?group_id=103;
}

location /python-bugs {
return 301 http://bugs.python.org/;
}

location /python-bugs.private {
return 301 http://bugs.python.org/;
}

location /jpython {
return 301 http://www.jython.org/;
}
Expand Down

0 comments on commit 29721ea

Please sign in to comment.