Page MenuHomeDevCentral

Enable nginx service
ClosedPublic

Authored by dereckson on Apr 16 2023, 22:01.
Tags
None
Referenced Files
F3599359: D3035.id.diff
Sat, Sep 28, 05:59
Unknown Object (File)
Wed, Sep 25, 09:08
Unknown Object (File)
Sat, Sep 14, 22:52
Unknown Object (File)
Sat, Sep 14, 22:52
Unknown Object (File)
Thu, Sep 5, 01:50
Unknown Object (File)
Wed, Sep 4, 23:03
Unknown Object (File)
Mon, Sep 2, 13:35
Unknown Object (File)
Mon, Sep 2, 13:17
Subscribers
None

Details

Summary

On FreeBSD, enables ACCEPT_FILTER_HTTP.

Reference: man 9 accf_http

Test Plan

/usr/local/etc/rc.d/nginx restart

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
Complector
$ salt web-001 state.sls roles/webserver-core/nginx
[…]
----------
          ID: /etc/rc.conf.d/nginx
    Function: file.managed
      Result: True
     Comment: File /etc/rc.conf.d/nginx updated
     Started: 22:03:44.536283
    Duration: 50.395 ms
     Changes:
              ----------
              diff:
                  New file
              mode:
                  0644
[…]
web-001
$ kldstat
[…]
12    1 0xffffffff82e33000     21b0 accf_http.ko
13    1 0xffffffff82e36000     20e0 accf_data.ko
This revision is now accepted and ready to land.Apr 16 2023, 22:06
This revision was automatically updated to reflect the committed changes.