离线安装16.7.3后本地文档配置被指向https://docs.gitlab.com
Summary
Steps to reproduce
- 离线安装jh-16.7.3后,访问帮助文档
Example Project
What is the current bug behavior?
- 访问帮助文档,页面文档被定向到 https://docs.gitlab.com。
- 经检查发现admin area 文档地址设定被修改,客户明确表示没有做过修改。
What is the expected correct behavior?
应当像正常安装实例一样访问本地文档
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)