I recently installed gitlab and it seems that all of the icons are replaced by rectangles. Everything else seems to be working correctly.
Any idea what could be causing this?
edit: on another computer I seem to get Korean characters instead of the boxes. So obviously the boxes were the lack of that character set.
This is usually resolved with:
If you have a custom root in your GitLab url (that is, if GitLab is accessible through
http://myserver/aroot/...
instead of justhttp://myserver/
), then some url rewriting can help (as proposed in this issue)For Apache configure, the issue 50 has the latest up-to-date content.