Skip to content

Commit 6220867

Browse files
committed
add redirect for psf code of conduct
1 parent 4bea7f8 commit 6220867

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/nginx.conf.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ http {
5050
return 301 http://www.python.org/psf;
5151
}
5252

53+
location /psf/codeofconduct {
54+
return 301 /psf/conduct;
55+
}
56+
5357
location /topics/xml {
5458
return 301 http://pyxml.sourceforge.net/topics;
5559
}

0 commit comments

Comments
 (0)