Hi everyone,

I installed gitlab on my Debian Wheezy server a few days ago and I managed 
to get it working with:

   - Apache
   - Relative URL (/gitlab)
   - HTTPS

I installed it from source following the official installation guide.


I just upgraded to Debian Jessie and after some changes to my apache conf 
files, I managed to get gitlab *almost* working...


I can go to domain.com/gitlab -> I get redirected 
domain.com/gitlab/users/sign_in


But when I am logged in, I cannot access domain.com/gitlab!


I can access everything (at least I think), such as:


/gitlab/dashboard/

/gitlab/<username>/<project-name>

/gitlab/admin


And so on... But not domain.com/gitlab...


My log/production.log when I try to access /gitlab:


Started GET "/gitlab/index.html" for 140.93.2.243 at 2016-01-26 08:15:56 
+0100
Processing by NamespacesController#show as HTML
  Parameters: {"id"=>"index.html"}
Completed 404 Not Found in 28ms (Views: 0.8ms | ActiveRecord: 2.7ms)


I ran: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production


And everything looked ok.


I don't know where to look next?


Feel free to ask for more details, I don't know what may or may not be 
relevant here.


Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/5522494e-c401-4bb3-8e2e-3236ad90a5fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to