add redirect

2.0
adb-sh 1 year ago
parent b21b248b71
commit cb3a677be9

@ -86,5 +86,9 @@ http {
try_files $uri $uri/;
absolute_redirect off;
}
location =/ {
return 302 https://adb.sh/me/;
}
}
}

Loading…
Cancel
Save