diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-24 21:32:12 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-24 21:32:12 -0500 |
| commit | eb594178ae2f43dd6ba9bb48aa9c4b29257cf11c (patch) | |
| tree | 732ad88e9d098bcc266793a33d7bff5a66da3d91 /nginx | |
| parent | 8ae0f54a9c7e1cd366aaba671d11fa0d6025b3a7 (diff) | |
replace placeholder Vanadium redirect
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 24cf4569..0ddab41d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -179,7 +179,7 @@ http { add_header Cross-Origin-Resource-Policy "same-origin" always; location / { - return 302 https://github.com/GrapheneOS/Vanadium; + return 301 https://grapheneos.org/features#vanadium; } } |
