Commit c19a762
Remove /api/ proxy block from nginx config for Cloud Run compatibility
The proxy_pass to unity-auth-api:8081 causes nginx to fail on startup
in Cloud Run since that hostname doesn't exist. This block was added
after the last successful deploy and breaks the container startup.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Jim Taber <taberj@objectcomputing.com>1 parent c2fd6c3 commit c19a762
2 files changed
Lines changed: 1 addition & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 22 | | |
41 | 23 | | |
42 | 24 | | |
| |||
0 commit comments