1
0
forked from baron/baron-sso

fix userfront verify link routing

This commit is contained in:
2026-05-21 19:35:45 +09:00
parent 9fc6459636
commit dc68b7da41
9 changed files with 330 additions and 20 deletions

View File

@@ -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.