tracker URL http vs https
Nerijus Baliunas <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, config.ini has "web = ..." setting. I would like to not have to specify http or https in it. For example, if user opens http://tracker.url/..., after the login it should open http too. If user opens https://tracker.url/..., after the login it should open https too. I achieve this if I put "web = roundup/support/" in it (i.e. withouh http|https and host name). But then in email footer I get: <Configuration Error: TRACKER_WEB isn't a fully-qualified URL> If I put the full http or https URL in web setting, then after the login it redirects to that http or https URL, which I don't want. Regards, Nerijus ------------------------------------------------------------------------------