Modify ↓
Opened 15 years ago
Last modified 10 years ago
#6282 new defect
TracLegos does not respect X-Forwarded-Host when setting domain
Reported by: | ejucovy | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TracLegosScript |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
It maybe should? e.g.
- Set up a traclegos server on
localhost:1337
- Set up a proxy server that forwards requests from
trac.foobar.com
tolocalhost:1337
- I would expect that the default
domain
would betrac.foobar.com
but instead it islocalhost:1337
.
Attachments (0)
Note: See
TracTickets for help on using
tickets.