diff options
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/relative_url.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/install/relative_url.md b/doc/install/relative_url.md index c7d2380fd0a..713d11b75e4 100644 --- a/doc/install/relative_url.md +++ b/doc/install/relative_url.md @@ -113,14 +113,6 @@ Make sure to follow all steps below: If you are using a custom init script, make sure to edit the above gitlab-workhorse setting as needed. -1. After all the above changes recompile the assets. This is an important task - and will take some time to complete depending on the server resources: - - ``` - cd /home/git/gitlab - sudo -u git -H bundle exec rake gitlab:assets:clean gitlab:assets:compile RAILS_ENV=production - ``` - 1. [Restart GitLab][] for the changes to take effect. ### Disable relative URL in GitLab |