fix redirects for broken twipu links
This commit is contained in:
parent
cd65159f99
commit
e941ca1a40
@ -305,7 +305,7 @@ http {
|
||||
}
|
||||
|
||||
# https://www.twipu.com/GrapheneOS doesn't handle links with fragments properly
|
||||
location ~ "^/([^\s]*)%3Ca%20href=$" {
|
||||
location ~ "^/([^\s]*)<a href=$" {
|
||||
return 301 /$1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user