From 26bfd66fe12b299495da77bc1bb842027d7c8a8d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 20 Mar 2024 20:54:54 -0400 Subject: [PATCH] add another comment for working around nginx bug --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 3e0b5607..e8031b88 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -159,6 +159,7 @@ http { include snippets/security-headers.conf; add_header Cross-Origin-Resource-Policy "same-origin" always; + # https://trac.nginx.org/nginx/ticket/2012 location / { return 301 https://grapheneos.org$request_uri; }