fix(demo): nginx cache regex was 404ing all /app/ shell assets #82

Merged
chaum merged 0 commits from demo-nginx-app-assets into main 2026-07-15 08:45:44 +00:00
Collaborator

Root cause of the still-broken Bitcoin UI after #81: nginx regex locations beat prefix locations, so /app/**/*.css|js|png|jpg|svg matched the static-cache block and was served (404) from the web root instead of being proxied to the mock backend. ^~ on the /app/ prefixes fixes it. Validated with nginx -t.

🤖 Generated with Claude Code

Root cause of the still-broken Bitcoin UI after #81: nginx regex locations beat prefix locations, so `/app/**/*.css|js|png|jpg|svg` matched the static-cache block and was served (404) from the web root instead of being proxied to the mock backend. `^~` on the `/app/` prefixes fixes it. Validated with `nginx -t`. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
chaum merged commit eaf8b7b63e into main 2026-07-15 08:45:44 +00:00
Sign in to join this conversation.