Commit 8758298
committed
fix: lower nginx catch-all ingressroute priority to restore /api routing
The nginx catch-all rule (priority 10000) was winning over the api
IngressRoute (priority 100), so /api/* requests (except the explicit
/api/auth and /api/monitoring overrides) were being routed to the
Next.js app and returning 404. Drop the catch-all priority to 50 so
the api route wins while keeping the nginx-specific overrides.1 parent 7c4eec9 commit 8758298
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments