add redirect for broken backlinks with comma
This commit is contained in:
parent
e8b97f05bf
commit
598ce1fef8
@ -163,6 +163,10 @@ http {
|
|||||||
return 301 $1/$2;
|
return 301 $1/$2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /, {
|
||||||
|
return 301 /;
|
||||||
|
}
|
||||||
|
|
||||||
location = /security.txt {
|
location = /security.txt {
|
||||||
return 301 /.well-known/security.txt;
|
return 301 /.well-known/security.txt;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user