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