Commit 2431367
fix: add absolute_redirect off to prevent incorrect redirect URLs
nginx was converting relative redirects to absolute URLs using its internal
server context (http://...:8080) instead of preserving the original scheme
and host from the X-Forwarded headers. Adding absolute_redirect off ensures
browsers receive proper relative redirects that resolve correctly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 228d89d commit 2431367
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments