Skip to content

Add parameter to tell nginx what IP address to bind on

username-removed-25136 requested to merge mwessel/omnibus-gitlab:master into master

This adds a parameter to set the IP address nginx listens on, so you don't have to dedicate ports 80/443 of all addresses on a box to gitlab.

The default is set to '*' which was hard-coded before.

Merge request reports