fix: have caddy apply url prefix to relative redirects from services
…g with /
Definitely required for autumn, as /autumn/attachments/:id: will redirect to /attachments/:id:/:filename: But we want the browser to redirect to /autumn/attachments/:id:/:filename:
Speculatively added for the other services
Please make sure to check the following tasks before opening and submitting a PR
- [x] I understand and have followed the contribution guide
- [x] I have tested my changes locally and they are working as intended
fixes #137
I guess I need to limit git commit titles to 70 characters. oops.
Tweaked the commit message so that the title is now under 70 characters
fix: have caddy apply url prefix to relative redirects from services
Definitely required for autumn, as an example /autumn/attachments/:id: will redirect to /attachments/:id:/:filename: But since we are self-hosting, the requester (client) actually needs to be redirected to /autumn/attachments/:id:/:filename:
Speculatively added for the other services