diff --git a/nginx/nginx.conf b/nginx/nginx.conf index ebd0ab8d..717a4691 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -148,7 +148,7 @@ http { # https://www.twipu.com/GrapheneOS doesn't handle links with fragments properly if ($request_uri ~ "^/(.*)%3Ca%20href=$") { - return 301 https://grapheneos.org/$1; + return 301 /$1; } location = /security.txt {