File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,6 @@ http {
50
50
return 301 http://www.python.org/psf;
51
51
}
52
52
53
- location /psf/codeofconduct {
54
- return 301 /psf/conduct;
55
- }
56
-
57
53
location /topics/xml {
58
54
return 301 http://pyxml.sourceforge.net/topics;
59
55
}
@@ -314,19 +310,19 @@ http {
314
310
return 301 https://python.org/blogs/;
315
311
}
316
312
317
- location ^/psf/archive/codeofconduct/?$ {
313
+ location ~ ^/psf/archive/codeofconduct/?$ {
318
314
return 302 https://policies.python.org/python.org/code-of-conduct/;
319
315
}
320
- location ^/psf/codeofconduct/?$ {
316
+ location ~ ^/psf/codeofconduct/?$ {
321
317
return 302 https://policies.python.org/python.org/code-of-conduct/;
322
318
}
323
- location ^/psf/conduct/?$ {
319
+ location ~ ^/psf/conduct/?$ {
324
320
return 302 https://policies.python.org/python.org/code-of-conduct/;
325
321
}
326
- location ^/psf/conduct/enforcement/?$ {
322
+ location ~ ^/psf/conduct/enforcement/?$ {
327
323
return 302 https://policies.python.org/python.org/code-of-conduct/Enforcement-Procedures/;
328
324
}
329
- location ^/psf/conduct/reporting/?$ {
325
+ location ~ ^/psf/conduct/reporting/?$ {
330
326
return 302 https://policies.python.org/python.org/code-of-conduct/Procedures-for-Reporting-Incidents/;
331
327
}
332
328
You can’t perform that action at this time.
0 commit comments