drop legacy twipu redirects

This commit is contained in:
Daniel Micay 2024-03-22 19:47:08 -04:00
parent 4441aabc86
commit fa6725b935

View File

@ -442,11 +442,6 @@ http {
add_header Cache-Control "public, max-age=1800";
}
# https://www.twipu.com/GrapheneOS doesn't handle links with fragments properly
location ~ "^/([^\s]*)<a href=$" {
return 301 /$1;
}
location ~ "/index|\.(?:br|gz|html)$" {
internal;
}