Date: Wed, 05 Apr 2017 02:52:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218388] www/gitlab: default listenAddr Message-ID: <bug-218388-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218388 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@freebsd.org Reporter: majo-bugs.freebsd.org@cerny.sk Flags: maintainer-feedback?(tz@freebsd.org) Assignee: tz@freebsd.org Created attachment 181499 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181499&action= =3Dedit 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 Ngi= nx 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=3D"YES" gitlab_listenNetwork=3D"tcp" gitlab_listenAddr=3D"127.0.0.1:8181" Thank you for considering to include this patch. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218388-13>