We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb0bf9 commit 3841adbCopy full SHA for 3841adb
config/nginx.conf.erb
@@ -260,6 +260,10 @@ http {
260
return 301 https://pypi.python.org/pypi$1?$args;
261
}
262
263
+ location ~ ^/dev/peps/peps.rss/?$ {
264
+ return 301 https://peps.python.org/peps/peps.rss/;
265
+ }
266
+
267
location ~ ^/peps/pep-(.*)\.html$ {
268
return 301 https://www.python.org/dev/peps/pep-$1/;
269
0 commit comments