gitlab-recipes icon indicating copy to clipboard operation
gitlab-recipes copied to clipboard

Update Apache recipe for Omnibus

Open fmestrone opened this issue 9 years ago • 1 comments

The suggested configuration here does not work for the Omnibus installation as some of the folders have changed. This file works for me on Ubuntu 14.04 LTS with Omnibus 1.1 for Gitlab 7.9.1 - when this works, the nginx web server is not needed anymore and can be disabled in gitlab.rb, as well as setting the url to https://git.example.com, like so

external_url 'https://git.moodsdesign.com' nginx['enable'] = false

fmestrone avatar Apr 01 '15 09:04 fmestrone

How does this handle the new /uploads location in nginx?

Also @sajattack proposed a similar PR in #256 but I don't feel confident in replacing apache's init service.

i believe we can somehow combine your efforts guys.

axilleas avatar Apr 01 '15 18:04 axilleas