1
0
forked from baron/baron-sso

fix(userfront): prevent public env asset request

This commit is contained in:
2026-05-15 14:31:14 +09:00
parent 4346f48bbe
commit 14fb155cd9
7 changed files with 228 additions and 29 deletions

View File

@@ -45,6 +45,10 @@ server {
# --- UserFront Static Files ---
location = / {
return 302 /ko/signin;
}
# App shell and Flutter bootstrap files must revalidate on each deployment.
location = /index.html {
add_header Cache-Control "no-cache, max-age=0, must-revalidate";