fix redirects for broken twipu links

This commit is contained in:
Daniel Micay 2021-06-13 04:05:18 -04:00
parent cd65159f99
commit e941ca1a40

View File

@ -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;
}