Dear maintainer team,

meanwhile I got redmine running again within a sub-URI by just changing the file
/usr/share/redmine/config.ru .
For this, I replaced the line

run Rails.application

by the three lines

map ENV['RAILS_RELATIVE_URL_ROOT'] || '/' do
  run Rails.application
end

and set the environment variable RAILS_RELATIVE_URL_ROOT to '/redmine' in the
unicorn configuration file.

Maybe, this modification of config.ru could be used in the redmine package.

In conclusion, this bug report can be closed as solved.
Sorry for the noise and thanks for your work on redmine.

Regards,
Jörg.


On Fri, 22 Feb 2019 17:02:20 +0100 =?UTF-8?Q?J=c3=b6rg-Volker_Peetz?=
<jvpe...@web.de> wrote:
> Dear Maintainer team,
>
> I asked to change the severity of this bug since unicorn starts with the 
> default
> configuration. But I'm failing to get redmine running under a sub-URI (
> https://<myhost>/redmine ) as it works with vesion 3.4.6.
>
> Regards,
> Jörg.
>
>
>

Reply via email to