summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index baf471df..1cd44f32 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -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;
}