diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-20 20:54:54 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-20 21:07:21 -0400 |
| commit | 26bfd66fe12b299495da77bc1bb842027d7c8a8d (patch) | |
| tree | 2fd0b24a928e1475651a8b4fd8893ed81dac4d25 /nginx/nginx.conf | |
| parent | 26d90ef5d69c30873e95b052b9b4e7bef202788a (diff) | |
add another comment for working around nginx bug
Diffstat (limited to 'nginx/nginx.conf')
| -rw-r--r-- | nginx/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
