Wrong asset links in CSS file
Created by: Hoeze
Hi, yesterday I set up your gitlab/gitlab-ce docker container with a relative url:
external_url 'https://xxxxxx/gitlab/'
Until now it was working great, but suddenly there are no more icons. The css files' links are OK:
But the asset links in the css files are wrong:
/assets/jquery-ui/ui-bg_glass_xxxx
should be:
/gitlab/assets/jquery-ui/ui-bg_glass_xxxx
I ran gitlab-ctl reconfigure multiple times, i also created a new instance with my config, but it did not help to fix the asset links.
Gitlab version: 8.6.4