我目前正在尝试建立一个 redmine 实例,但是目前我的 redmine 实例中生成的链接全部损坏。我正尝试从子 URL 即 example.com/redmine 提供 redmine
我已经搜索过了,但是没有找到任何关于前缀选项的信息(类似于 mongrel)
从我之前的问题来看,我目前的资产和格式都运行正常。
Redmine 通过 Apache / Unicorn 提供服务
我当前的设置是 apache / unicorn
提前致谢
编辑
ruby --version
ruby 1.9.3p194
rails --version
Rails 3.2.6
unicorn --version
unicorn v4.3.1
httpd -version
Server version: Apache/2.2.22 (Unix)
Server built: Jun 9 2012 01:42:02
答案1
我通过添加来解决ActionController::Base.relative_url_root = "/redmine"
这个additional_environment.rb
问题
http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI