NGINX

Prev Next

0.1.93 — 10th April

Traceable’s NGINX agent 0.1.93 provides the following:

Resolved issue

Amazon Linux RPM Support:

Fixed an issue that prevented the NGINX module from installing on Amazon Linux due to overly strict RPM dependencies.


0.1.91 — 17th March

Update

Traceable’s NGINX agent provides the following:

  • TLS Support for Config Poll Requests to TPA:
    The NGINX agent now supports TLS encryption for configuration polling requests to the Traceable Platform Agent (TPA), ensuring secure communication.

Configuration Updates

To enable TLS for configuration polling, edit your nginx.conf file:

traceableai {
 .. other nginx configs
 cert_file <path/to/file>;
}