[Bug 284043] www/nginx: add support fib in rc.d script with multiple profiles

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 Jan 2025 22:51:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284043

            Bug ID: 284043
           Summary: www/nginx: add support fib in rc.d script with
                    multiple profiles
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum@FreeBSD.org
          Reporter: zami3l@himurua.com
             Flags: maintainer-feedback?(joneum@FreeBSD.org)
          Assignee: joneum@FreeBSD.org

Created attachment 256675
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256675&action=edit
patch rc.d script for add support fib with different profiles

Hi,

This is my first contribution, please be lenient.

Currently, it is not possible to run nginx in a different fib for each profile.
Only a global fib can be defined via: sysrc nginx_fib=1

With this patch, it is now possible to declare different fibs:
sysrc nginx_profile1_fib=1
sysrc nginx_profile2_fib=2

Thank you in advance.

--
Zami3l

-- 
You are receiving this mail because:
You are the assignee for the bug.