Defect #1257
Sprint link in calendar redirects to localhost
Source:
Testing
Detected on version:
Blocked:
No
Alone:
Milestones:
Sprint:
Description
Hi,
I'm using 0.15.0 scrum plugin. My Redmine is running on a server on port 3000, but I can access it via nginx proxypass. The problem is that link to sprint in calendar points to localhost.
My nginx settings:
server { server_name myinternaldomain.com; location / { proxy_pass http://localhost:3000; proxy_redirect default; proxy_cookie_domain localhost myinternaldomain.com; } }
All other Redmine links (including calendar ones) works well. Just sprint link is broken.
Files
Subtasks