Salamek / gitlab-tools

Web application providing tools not avaiable in GitLab CE (Gitlab push/pull mirror and more)
GNU General Public License v3.0
99 stars 15 forks source link

Static files not found #25

Closed andrii-trush closed 4 years ago

andrii-trush commented 5 years ago

Any file from directory is not found (Error 404).

Try to add to NGINX

location /static {
    root /usr/lib/python3/dist-packages/gitlab_tools/static;
    gzip_static on;
    expires max;
    add_header Cache-Control public;
}

But still not found

Salamek commented 5 years ago

@andrii-trush

  1. What installation method did you used ?
  2. /usr/lib/python3/dist-packages/gitlab_tools/static/node_modules exists ?
  3. Other required files exists in /usr/lib/python3/dist-packages/gitlab_tools/static ?
Salamek commented 4 years ago

Closing this due to old age... reopen if issue still persists