Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Apache recipe for Omnibus #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fmestrone
Copy link

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

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
@axilleas
Copy link
Contributor

axilleas commented Apr 1, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants