问题
Gitlab does not load assets. I am using Gitlab 5.0 with Apache server.
Can someone help me? Thanks in advance!

回答1:
I am assuming you use ProxyPass and relative path.
- Stop GitLab service
- Run this in your /home/git/gitlab folder :
bundle exec rake assets:precompile RAILS_ENV=production RAILS_RELATIVE_URL_ROOT=/gitlab
(Make sure to replace /gitlab to whatever you have given in unicorn.rb) - Start the service
A thread you can refer: https://groups.google.com/forum/?fromgroups=#!topic/gitlabhq/BuaaCHoYoPo
来源:https://stackoverflow.com/questions/16195378/gitlab-does-not-load-assets