diff options
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index ddfcfc84..d0a54e1a 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -130,7 +130,7 @@ http { } # https://www.twipu.com/GrapheneOS doesn't handle links with fragments properly - if ($request_uri ~ "^/(.*)<a href=$") { + if ($request_uri ~ "^/(.*)%3Ca%20href=$") { return 301 https://grapheneos.org/$1; } |
