add another comment for working around nginx bug
This commit is contained in:
parent
26d90ef5d6
commit
26bfd66fe1
@ -159,6 +159,7 @@ http {
|
|||||||
include snippets/security-headers.conf;
|
include snippets/security-headers.conf;
|
||||||
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
||||||
|
|
||||||
|
# https://trac.nginx.org/nginx/ticket/2012
|
||||||
location / {
|
location / {
|
||||||
return 301 https://grapheneos.org$request_uri;
|
return 301 https://grapheneos.org$request_uri;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user