forked from baron/baron-sso
fix userfront verify link routing
This commit is contained in:
@@ -48,7 +48,11 @@ server {
|
||||
# --- UserFront Static Files ---
|
||||
|
||||
location = / {
|
||||
return 302 /ko/signin;
|
||||
if ($args = "") {
|
||||
return 302 /ko/signin;
|
||||
}
|
||||
add_header Cache-Control "no-cache, max-age=0, must-revalidate";
|
||||
try_files /index.html =404;
|
||||
}
|
||||
|
||||
# App shell and Flutter bootstrap files must revalidate on each deployment.
|
||||
|
||||
Reference in New Issue
Block a user