Forum archive
Redmine how to change url to http://hostname/redmine
Hi,
I m planning to use Redmine(1.3.5) under Reverse Proxy server (nginx).
For that I have to change to the url of Redmine applicance from http://hostname/ (current redmine url) to http://hostname/redmine
using ref: http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_...
I tried putting
Redmine::Utils::relative_url_root = "/redmine"
to /var/www/railsapp/config/environment.rb
Pages do work but all images / js / css are broken.
But a quick glance at the TKL Remine appliance manifest shows that Apache is installed on this appliance by default, so I would suspect that perhaps you need to adjust the default virtualhost as well...?