diff --git a/nginx.conf b/nginx.conf index 7bd36c0..a3a5fe0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -86,5 +86,9 @@ http { try_files $uri $uri/; absolute_redirect off; } + + location =/ { + return 302 https://adb.sh/me/; + } } }