Skip to content

Nginx passenger - Images issues on 7.7

Greetings,

First of all my compliments on 7.7 version. It's really awesome.

Not sure if it's related to gitlab or more my server setup. I upgraded the Gitlab version and switched to nginx web server. Generally everything works fine, but I have issues with the uploaded images. This is how they are displayed in an issues list: issues_list

Here is the view issue page: issue

Anyhow, when I check uploaded file on websites - it's uploaded correctly.

Also, sometimes the system does not show all comments for the issue. You need to click Project link, press CTRL + F5, and then switch to issues list again to see them.

Could you please assist on this. Here is the information that might help for debug:

git@srv [~/gitlab]# bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...

Git configured for git user? ... yes

Checking Environment ... Finished

Checking GitLab Shell ...

GitLab Shell version >= 2.4.2 ? ... OK (2.4.2)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
Satellites access is drwxr-x---? ... yes
hooks directories in repos are links: ...
......... XXX ......... 
Running /home/git/gitlab-shell/bin/check
Check GitLab API access: OK
Check directories and files:
        /home/git/repositories: OK
        /home/git/.ssh/authorized_keys: OK
Test redis-cli executable: redis-cli 2.4.10
Send ping to redis server: PONG
gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Sidekiq ...

Running? ... yes
Number of Sidekiq processes ... 1

Checking Sidekiq ... Finished

Checking LDAP ...

LDAP is disabled in config/gitlab.yml

Checking LDAP ... Finished

Checking GitLab ...

Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
projects have namespace: ...
......... XXX ......... 
Redis version >= 2.0.0? ... yes
Ruby version >= 2.0.0 ? ... yes (2.1.5)
Your git bin path is "/usr/local/bin/git"
Git version >= 1.7.10 ? ... yes (1.9.3)

Checking GitLab ... Finished

And my gitlab information: info

Please assist. Thanks in advance.