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