diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-10 17:13:01 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-10 17:13:01 -0500 |
| commit | 21762a3ed51b2006c1bc591637f02a69e6406f28 (patch) | |
| tree | 306ca4c83d1e287eebe162099b9f95382ddaff51 | |
| parent | 7ea7282703fa54b1752a81799064de634693a7fb (diff) | |
use 302 redirect for vanadium.app
| -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 6f98215a..17c47912 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -92,7 +92,7 @@ http { include /etc/nginx/snippets/security-headers.conf; - return 301 https://github.com/GrapheneOS/Vanadium; + return 302 https://github.com/GrapheneOS/Vanadium; } server { |
