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.
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 main2026-07-15 08:45:44 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Root cause of the still-broken Bitcoin UI after #81: nginx regex locations beat prefix locations, so
/app/**/*.css|js|png|jpg|svgmatched 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 withnginx -t.🤖 Generated with Claude Code