add redirect
This commit is contained in:
parent
b21b248b71
commit
cb3a677be9
@ -86,5 +86,9 @@ http {
|
||||
try_files $uri $uri/;
|
||||
absolute_redirect off;
|
||||
}
|
||||
|
||||
location =/ {
|
||||
return 302 https://adb.sh/me/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user