GitLab in subdirectory works fine but not for Ajax.
Created by: ghost
I installed gitlab in a subdirectpry /git . It works fine, assets too. but not for Ajax.
In this file: assets/application.js I can see this:
{users_path:"/api/:version/users.json",user_path:"/api/:version/users/:id.json",notes_path:"/api/:version/projects/
Ajax looks for results from /api instead of /git/api