]> git.ipfire.org Git - thirdparty/collectd.git/commit
nginx: add support for unix domain sockets
authorBas Stottelaar <basstottelaar@gmail.com>
Wed, 16 Jun 2021 21:49:38 +0000 (23:49 +0200)
committerBas Stottelaar <basstottelaar@gmail.com>
Wed, 16 Jun 2021 22:53:53 +0000 (00:53 +0200)
commitdd7e4fd34042483cc90ee2762f4b507fd6637d37
tree331ec17fae72aca97e6b230e2d04e066bc58345c
parent1da3305c10c8ff9a63081284cf3d4bb0f6daffd8
nginx: add support for unix domain sockets

Support for UNIX domain socket was introduced in NGINX version 0.8.21
[1]. One can use this to create option to have the stub_status plugin
reachable via a socket-only server.

[1] http://nginx.org/en/docs/http/ngx_http_core_module.html#listen
configure.ac
src/nginx.c