[Bug 218388] www/gitlab: default listenAddr
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 5 02:52:32 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218388
Bug ID: 218388
Summary: www/gitlab: default listenAddr
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: tz at freebsd.org
Reporter: majo-bugs.freebsd.org at cerny.sk
Flags: maintainer-feedback?(tz at freebsd.org)
Assignee: tz at freebsd.org
Created attachment 181499
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181499&action=edit
Add listenNetwork and listenAddr to gitlab rc script
The port has currently a fixed -listenAddr defined in the rc.d script.
The attached patch adds an ability to define gitlab_listenNetwork and
gitlab_listenAddr to change that.
It is needed for example if Gitlab is installed using Apache instead of Nginx
as a proxy (see
https://gitlab.com/gitlab-org/gitlab-recipes/blob/master/web-server/apache/gitlab-ssl-apache24.conf).
Here are for example the rc.conf variables I use:
gitlab_enable="YES"
gitlab_listenNetwork="tcp"
gitlab_listenAddr="127.0.0.1:8181"
Thank you for considering to include this patch.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list