File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -314,6 +314,22 @@ http {
314
314
return 301 https://python.org/blogs/;
315
315
}
316
316
317
+ location ^/psf/archive/codeofconduct/?$ {
318
+ return 302 https://policies.python.org/python.org/code-of-conduct/;
319
+ }
320
+ location ^/psf/codeofconduct/?$ {
321
+ return 302 https://policies.python.org/python.org/code-of-conduct/;
322
+ }
323
+ location ^/psf/conduct/?$ {
324
+ return 302 https://policies.python.org/python.org/code-of-conduct/;
325
+ }
326
+ location ^/psf/conduct/enforcement/?$ {
327
+ return 302 https://policies.python.org/python.org/code-of-conduct/Enforcement-Procedures/;
328
+ }
329
+ location ^/psf/conduct/reporting/?$ {
330
+ return 302 https://policies.python.org/python.org/code-of-conduct/Procedures-for-Reporting-Incidents/;
331
+ }
332
+
317
333
location /static/ {
318
334
alias /code/static-root/;
319
335
add_header Cache-Control "max-age=604800, public" ; # 604800 is 7 days
You can’t perform that action at this time.
0 commit comments